Browse Source

Reworded sentence about showAsAction in topbar button doc (#5147)

Fixed minor linguistic mistake
Niels de Bruin 5 years ago
parent
commit
e588a25a8c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      docs/docs/topBar-buttons.md

+ 1
- 1
docs/docs/topBar-buttons.md View File

54
 
54
 
55
 ## Android showAsAction
55
 ## Android showAsAction
56
 
56
 
57
-It is keyword witch configure when and how this item should appear as an action item in the app bar. 
57
+The keyword `showAsAction` configures when and how an item should appear as an action item in the app bar. 
58
 A menu item can appear as an action item only when the activity includes an app bar.
58
 A menu item can appear as an action item only when the activity includes an app bar.
59
 
59
 
60
 * `always`
60
 * `always`