1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fix spelling

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2021-07-06 10:28:22 -04:00
parent 3ad2f69500
commit b410dc291d

View File

@ -164,7 +164,7 @@ export abstract class BaseStore<T> 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
*/