浏览代码

Corrected typo in options-button.mdx (#6188)

Ronan Boiteau 5 年前
父节点
当前提交
b9a757c7e1
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      website/api/options-button.mdx

+ 1
- 1
website/api/options-button.mdx 查看文件

47
 | --------------------------------------------- | -------- | -------- |
47
 | --------------------------------------------- | -------- | -------- |
48
 | enum('always', 'never', 'withText', 'ifRoom') | No       | Android  |
48
 | enum('always', 'never', 'withText', 'ifRoom') | No       | Android  |
49
 
49
 
50
-- **ifRooom** - Only add button to the TopBar if there is room for it, otherwise add it to the overflow menu.
50
+- **ifRoom** - Only add button to the TopBar if there is room for it, otherwise add it to the overflow menu.
51
 - **never** - Never place this button in the TopBar. Instead, list the button in the overflow menu.
51
 - **never** - Never place this button in the TopBar. Instead, list the button in the overflow menu.
52
 - **always** - Always place this button in the app bar.
52
 - **always** - Always place this button in the app bar.
53
 
53