From b6fdf79cc77ca54bc995b539942c97fefc25adff Mon Sep 17 00:00:00 2001 From: Gabriel Rubens Date: Fri, 3 Aug 2018 19:40:54 -0300 Subject: [PATCH] docs: minor english fix in snackbar actions doc (#482) --- src/components/Snackbar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Snackbar.js b/src/components/Snackbar.js index cf51d5a..017a40c 100644 --- a/src/components/Snackbar.js +++ b/src/components/Snackbar.js @@ -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. */