Skip to content

Commit

Permalink
docs: fix typo (ant-design#35439)
Browse files Browse the repository at this point in the history
* chore: fixed typo

* chore: fixed typo+1
  • Loading branch information
cisolarix authored May 9, 2022
1 parent c897728 commit 36ded1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/menu/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Define `type` as `group` to make as group:
const groupItem = {
type: 'group', // Must have
label: 'My Group',
chidlren: [],
children: [],
};
```
Expand Down
2 changes: 1 addition & 1 deletion components/menu/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ return <Menu items={items} />;
const groupItem = {
type: 'group', // Must have
label: 'My Group',
chidlren: [],
children: [],
};
```
Expand Down

0 comments on commit 36ded1a

Please sign in to comment.