diff --git a/packages/store/src/lib/StoreQueries.ts b/packages/store/src/lib/StoreQueries.ts index ac06eb959..ebfebc218 100644 --- a/packages/store/src/lib/StoreQueries.ts +++ b/packages/store/src/lib/StoreQueries.ts @@ -55,7 +55,7 @@ export class StoreQueries { private historyCache = new Map>>() /** - * Create a derivation that contains the hisotry for a given type + * Create a derivation that contains the history for a given type * * @param typeName - The name of the type to filter by. * @returns A derivation that returns the ids of all records of the given type.