소스 검색

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