Update vale vocabulary to unify company and product names

This commit is contained in:
Dominik Henneke
2021-01-12 13:52:58 +01:00
parent 1c7771871e
commit 192b0b70a8
14 changed files with 20 additions and 26 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
### Patch Changes
- 19554f6d6: Added Github Actions for Create React App, and allow better imports of files inside a module when they're exposed using `files` in `package.json`
- 19554f6d6: Added GitHub Actions for Create React App, and allow better imports of files inside a module when they're exposed using `files` in `package.json`
- 7d72f9b09: Fix for `app.listen.host` configuration not properly overriding listening host.
## 0.4.2
@@ -18,7 +18,7 @@ import { ApiRef, createApiRef } from '../system';
import { Observable } from '../../types';
/**
* Mirrors the javascript Error class, for the purpose of
* Mirrors the JavaScript Error class, for the purpose of
* providing documentation and optional fields.
*/
type Error = {