Explorar el Código

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

Fixed minor linguistic mistake
Niels de Bruin hace 6 años
padre
commit
e588a25a8c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      docs/docs/topBar-buttons.md

+ 1
- 1
docs/docs/topBar-buttons.md Ver fichero

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`