diff --git a/src/common/base-store.ts b/src/common/base-store.ts index b6c49f6d00..095e0c1877 100644 --- a/src/common/base-store.ts +++ b/src/common/base-store.ts @@ -164,7 +164,7 @@ export abstract class BaseStore extends Singleton { * fromStore is called internally when a child class syncs with the file * system. * - * Note: This function **must** be syncronous. + * Note: This function **must** be synchronous. * * @param data the parsed information read from the stored JSON file */