Fix typos

Signed-off-by: Dimitris Apostolou <dimitris.apostolou@icloud.com>
This commit is contained in:
Dimitris Apostolou
2022-03-13 14:09:19 +02:00
parent b17dd0584d
commit aedd4daa66
54 changed files with 62 additions and 62 deletions
+2 -2
View File
@@ -79,7 +79,7 @@ export type PermissionCondition<TParams extends unknown[] = unknown[]> = {
type NonEmptyArray<T> = [T, ...T[]];
/**
* Represnts a logical AND for the provided criteria.
* Represents a logical AND for the provided criteria.
* @public
*/
export type AllOfCriteria<TQuery> = {
@@ -87,7 +87,7 @@ export type AllOfCriteria<TQuery> = {
};
/**
* Represnts a logical OR for the provided criteria.
* Represents a logical OR for the provided criteria.
* @public
*/
export type AnyOfCriteria<TQuery> = {