Browse Source

docs(input): Update docs (#106)

galaxy 4 years ago
parent
commit
9681b8fbe0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      content/input/input/index.md

+ 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>
   </>
 )
 ```