1
0
Эх сурвалжийг харах

docs(input): Update docs (#106)

galaxy 4 жил өмнө
parent
commit
9681b8fbe0

+ 1 - 1
content/input/input/index.md

@@ -61,7 +61,7 @@ import { Input } from '@douyinfe/semi-ui';
     <Input defaultValue='enabled input'></Input>
     <br/>
     <br/>
-    <Input disabled defaultValue='disbaled input'></Input>
+    <Input disabled defaultValue='disabled input'></Input>
   </>
 )
 ```