docs: fixed multiple typos, updated latest en.json strings (#371) [skip ci]

This commit is contained in:
ecelebi29
2020-12-18 14:45:31 +03:00
committed by GitHub
parent 6beac736ef
commit 36b2b4fba4
6 changed files with 11 additions and 12 deletions

View File

@@ -3,7 +3,7 @@ export type Nullable<T> = T | null;
export type Maybe<T> = T | null | undefined;
/**
* Helps type objects with an abitrary number of properties that are
* Helps type objects with an arbitrary number of properties that are
* usually being defined at export.
*
* @param component Main object you want to apply properties to