From acec019326abb8ad6af040898e1605e897c9fa2c Mon Sep 17 00:00:00 2001 From: Nikhil Maheshwari Date: Fri, 12 Apr 2019 23:28:43 +0400 Subject: [PATCH 1/4] Updating the correct description of the property --- 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 ec965456dd3..eb8d2e5912f 100644 --- a/core/src/components/fab-list/readme.md +++ b/core/src/components/fab-list/readme.md @@ -82,7 +82,7 @@ export default Example | Property | Attribute | Description | Type | Default | | ----------- | ----------- | ------------------------------------------------------------------- | --------------------------------------- | ---------- | -| `activated` | `activated` | If `true`, the fab list will be show all fab buttons in the list. | `boolean` | `false` | +| `activated` | `activated` | If `true`, the fab list will show all fab buttons in the list. | `boolean` | `false` | | `side` | `side` | The side the fab list will show on relative to the main fab button. | `"bottom" \| "end" \| "start" \| "top"` | `'bottom'` | From c3218ac84c3ca147038175b13a8c63a9de9c9387 Mon Sep 17 00:00:00 2001 From: Nikhil Maheshwari Date: Fri, 12 Apr 2019 23:29:29 +0400 Subject: [PATCH 2/4] Updating the correct description of the property --- core/src/components/fab-list/fab-list.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/fab-list/fab-list.tsx b/core/src/components/fab-list/fab-list.tsx index 961c3107235..2c2e3c292df 100644 --- a/core/src/components/fab-list/fab-list.tsx +++ b/core/src/components/fab-list/fab-list.tsx @@ -9,7 +9,7 @@ export class FabList implements ComponentInterface { @Element() el!: HTMLIonFabElement; /** - * If `true`, the fab list will be show all fab buttons in the list. + * If `true`, the fab list will show all fab buttons in the list. */ @Prop() activated = false; From 5b4837ddf7cc54441caad4748a1634bf77f623a4 Mon Sep 17 00:00:00 2001 From: Nikhil Maheshwari Date: Fri, 12 Apr 2019 23:33:02 +0400 Subject: [PATCH 3/4] Updating the correct description of the property --- core/src/components.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/components.d.ts b/core/src/components.d.ts index 89660ce0bb1..d5d23aa29a9 100644 --- a/core/src/components.d.ts +++ b/core/src/components.d.ts @@ -1416,7 +1416,7 @@ export namespace Components { interface IonFabList { /** - * If `true`, the fab list will be show all fab buttons in the list. + * If `true`, the fab list will show all fab buttons in the list. */ 'activated': boolean; /** @@ -1426,7 +1426,7 @@ export namespace Components { } interface IonFabListAttributes extends StencilHTMLAttributes { /** - * If `true`, the fab list will be show all fab buttons in the list. + * If `true`, the fab list will show all fab buttons in the list. */ 'activated'?: boolean; /** From 3de5f3e77b9d85a4553bfad867b18437ed12ed11 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Wed, 17 Apr 2019 20:32:53 +0400 Subject: [PATCH 4/4] Update core/src/components/fab-list/readme.md Co-Authored-By: nikmahes --- 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 eb8d2e5912f..5355c9441e3 100644 --- a/core/src/components/fab-list/readme.md +++ b/core/src/components/fab-list/readme.md @@ -82,7 +82,7 @@ export default Example | Property | Attribute | Description | Type | Default | | ----------- | ----------- | ------------------------------------------------------------------- | --------------------------------------- | ---------- | -| `activated` | `activated` | If `true`, the fab list will show all fab buttons in the list. | `boolean` | `false` | +| `activated` | `activated` | If `true`, the fab list will show all fab buttons in the list. | `boolean` | `false` | | `side` | `side` | The side the fab list will show on relative to the main fab button. | `"bottom" \| "end" \| "start" \| "top"` | `'bottom'` |