Skip to content

Commit

Permalink
NavMenu: fix typo (#13060)
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyoung authored Oct 15, 2018
1 parent 590bca1 commit 9b1d120
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/docs/en-US/menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ Vertical NavMenu could be collapsed.
| collapse-transition | whether to enable the collapse transition | boolean || true |

### Menu Methods
| Event Name | Description | Parameters |
| Methods Name | Description | Parameters |
|---------- |-------- |---------- |
| open | open a specific sub-menu | index: index of the sub-menu to open |
| close | close a specific sub-menu | index: index of the sub-menu to close |
Expand Down
2 changes: 1 addition & 1 deletion examples/docs/es/menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ NavMenu vertical puede ser colapsado.
| collapse-transition | si se debe permitir collapse transition | boolean || true |

### Métodos Menu
| Nombre de evento | Descripción | Parámetros |
| Métodos de evento | Descripción | Parámetros |
| ---------------- | ----------------------------- | -------------------------------------- |
| open | abre un sub-menu específico | index: índice del sub-menu para abrir |
| close | cierra un sub-menu específico | index: índice del sub-menu para cerrar |
Expand Down
2 changes: 1 addition & 1 deletion examples/docs/zh-CN/menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@
| collapse-transition | 是否开启折叠动画 | boolean || true |

### Menu Methods
| 事件名称 | 说明 | 参数 |
| 方法名称 | 说明 | 参数 |
|---------- |-------- |---------- |
| open | 展开指定的 sub-menu | index: 需要打开的 sub-menu 的 index |
| close | 收起指定的 sub-menu | index: 需要收起的 sub-menu 的 index |
Expand Down

0 comments on commit 9b1d120

Please sign in to comment.