docs: minor english fix in snackbar actions doc (#482)

This commit is contained in:
Gabriel Rubens
2018-08-03 19:40:54 -03:00
committed by Dawid
parent 52cc883282
commit b6fdf79cc7

View File

@@ -15,7 +15,7 @@ type Props = {
*/
visible: boolean,
/**
* Label and press callback for the action button. It should contains following properties:
* Label and press callback for the action button. It should contain the following properties:
* - `label` - Label of the action button
* - `onPress` - Callback that is called when action button is pressed.
*/