From b410dc291d6aba8e84ba42b1eab1eb337469f4ef Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Tue, 6 Jul 2021 10:28:22 -0400 Subject: [PATCH] Fix spelling Signed-off-by: Sebastian Malton --- src/common/base-store.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */