From 77b5f1481e06443862c6fa31a10fe9196f628f39 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Sat, 13 Apr 2024 10:05:38 +0530 Subject: Add codespell support (config, GH action to detect new typos) + make it fix some typos (#1648) --- src/@types/mobx-form.types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/@types') diff --git a/src/@types/mobx-form.types.ts b/src/@types/mobx-form.types.ts index 67b0aa3ec..c9d226674 100644 --- a/src/@types/mobx-form.types.ts +++ b/src/@types/mobx-form.types.ts @@ -16,7 +16,7 @@ interface Listeners { export interface Field extends Listeners { id?: string; - type?: string; // todo specifiy probably + type?: string; // todo specify probably name?: string; value?: any; label?: string; -- cgit v1.2.3-54-g00ecf