chore(typos) fix various typos

Found via `codespell -q 3 -S "*.svg,./lang" -L anser,bu,dialin,goup,miliseconds,nd,vew`
This commit is contained in:
luzpaz
2024-12-19 13:09:42 +00:00
committed by Saúl Ibarra Corretgé
parent 3d30489cc4
commit 30595584a3
41 changed files with 54 additions and 54 deletions

View File

@@ -19,12 +19,12 @@ interface ISelectProps {
className?: string;
/**
* Wether or not the select is disabled.
* Whether or not the select is disabled.
*/
disabled?: boolean;
/**
* Wether or not the select is in the error state.
* Whether or not the select is in the error state.
*/
error?: boolean;