From fe52c78fa5fc3b5b85d47f5b39b14b7d66e758fb Mon Sep 17 00:00:00 2001 From: Chika Date: Sat, 9 Jul 2022 19:33:09 +0300 Subject: [PATCH] spell: fix word in comment --- stores/calculation/options/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stores/calculation/options/index.ts b/stores/calculation/options/index.ts index 76fcb04..87f22c8 100644 --- a/stores/calculation/options/index.ts +++ b/stores/calculation/options/index.ts @@ -45,7 +45,7 @@ export default class OptionsStore { options: BaseOption[] ) => { /** - * TODO: use T istead of any in BaseOption type + * TODO: use T instead of any in BaseOption type * at this moment T causes typescript error * but infer works just perfect */