spell: fix word in comment

This commit is contained in:
Chika 2022-07-09 19:33:09 +03:00
parent ed8c22de18
commit fe52c78fa5

View File

@ -45,7 +45,7 @@ export default class OptionsStore {
options: BaseOption<ElementsTypes[T]>[]
) => {
/**
* 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
*/