Skip to content

Commit

Permalink
docs: spell error of iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
pointhalo committed Jul 24, 2024
1 parent 5868496 commit 3123ee2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/show/scrolllist/index-en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { ScrollList, ScrollItem } from '@douyinfe/semi-ui';
```
### Basic Usage

The scrolling list provides a scrolling selection mode similar to the IOS operating system, while supporting scrolling to the specified window location selection and click selection.
The scrolling list provides a scrolling selection mode similar to the iOS operating system, while supporting scrolling to the specified window location selection and click selection.

```jsx live=true
import React from 'react';
Expand Down
2 changes: 1 addition & 1 deletion content/show/sidesheet/index-en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ class Demo extends React.Component {
initValue={'all'}
>
<Radio value="all">All</Radio>
<Radio value="ios">IOS</Radio>
<Radio value="ios">iOS</Radio>
<Radio value="android">Android</Radio>
<Radio value="web">Web</Radio>
</RadioGroup>
Expand Down
2 changes: 1 addition & 1 deletion content/show/sidesheet/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ class Demo extends React.Component {
/>
<RadioGroup field="type" label="目标操作系统" direction="horizontal" initValue={'all'}>
<Radio value="all">全平台</Radio>
<Radio value="ios">IOS</Radio>
<Radio value="ios">iOS</Radio>
<Radio value="android">Android</Radio>
<Radio value="web">Web</Radio>
</RadioGroup>
Expand Down

0 comments on commit 3123ee2

Please sign in to comment.