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 Satyajit Sahoo
parent 0e7d0cd88d
commit da9abc48ba

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.
*/