瀏覽代碼

docs(input): Update docs (#106)

galaxy 4 年之前
父節點
當前提交
9681b8fbe0
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>
   </>
 )
 ```