From 36a817c5f5a95a61983fc2eb989a15bc75dfb505 Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Mon, 24 Sep 2018 18:46:38 +0200 Subject: [PATCH] docs(fab-list): fix typo (#15670) --- core/src/components/fab-list/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/fab-list/readme.md b/core/src/components/fab-list/readme.md index ef687553dd..bd595c1e3f 100644 --- a/core/src/components/fab-list/readme.md +++ b/core/src/components/fab-list/readme.md @@ -1,6 +1,6 @@ # ion-fab-list -The `ion-fab-list` element is a container for multiple fab buttons. This collection of fab buttons contains actions related to the main fab button and is flung out on click. To specifiy what side the buttons should appear on, set the `side` property to 'start', 'end', 'top', 'bottom' +The `ion-fab-list` element is a container for multiple fab buttons. This collection of fab buttons contains actions related to the main fab button and is flung out on click. To specify what side the buttons should appear on, set the `side` property to 'start', 'end', 'top', 'bottom'