Browse Source

docs: update switch md

林艳 3 months ago
parent
commit
92830061d2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      content/input/switch/index.md

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

@@ -110,7 +110,7 @@ import { Switch } from '@douyinfe/semi-ui';
 );
 );
 ```
 ```
 
 
-相比于通过 chekedText 与 uncheckedText 设置内嵌的文本,我们更推荐将文本说明放置在 Switch 外部
+相比于通过 checkedText 与 uncheckedText 设置内嵌的文本,我们更推荐将文本说明放置在 Switch 外部
 
 
 ```jsx live=true
 ```jsx live=true
 import React, { useState } from 'react';
 import React, { useState } from 'react';