소스 검색

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

Ronan Boiteau 5 년 전
부모
커밋
b9a757c7e1
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      website/api/options-button.mdx

+ 1
- 1
website/api/options-button.mdx 파일 보기

@@ -47,7 +47,7 @@ Button text. Ignored if an icon is specified, unless the button is displayed in
47 47
 | --------------------------------------------- | -------- | -------- |
48 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 51
 - **never** - Never place this button in the TopBar. Instead, list the button in the overflow menu.
52 52
 - **always** - Always place this button in the app bar.
53 53