From b7395d5f0e04dc6bef6b611f571dfbea8e7a8018 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Thu, 5 Apr 2018 15:40:28 -0400 Subject: [PATCH] docs(backdrop): spell propagation correctly --- core/src/components.d.ts | 4 ++-- core/src/components/backdrop/backdrop.tsx | 2 +- core/src/components/backdrop/readme.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/core/src/components.d.ts b/core/src/components.d.ts index b3087222aa..dc634a0f86 100644 --- a/core/src/components.d.ts +++ b/core/src/components.d.ts @@ -648,7 +648,7 @@ declare global { declare global { interface HTMLIonBackdropElement extends HTMLStencilElement { /** - * If true, the backdrop will stop propogation on tap. Defaults to `true`. + * If true, the backdrop will stop propagation on tap. Defaults to `true`. */ 'stopPropagation': boolean; /** @@ -682,7 +682,7 @@ declare global { */ 'onIonBackdropTap'?: (event: CustomEvent) => void; /** - * If true, the backdrop will stop propogation on tap. Defaults to `true`. + * If true, the backdrop will stop propagation on tap. Defaults to `true`. */ 'stopPropagation'?: boolean; /** diff --git a/core/src/components/backdrop/backdrop.tsx b/core/src/components/backdrop/backdrop.tsx index d07faf57b8..3c7d723cbd 100644 --- a/core/src/components/backdrop/backdrop.tsx +++ b/core/src/components/backdrop/backdrop.tsx @@ -26,7 +26,7 @@ export class Backdrop { @Prop() tappable = true; /** - * If true, the backdrop will stop propogation on tap. Defaults to `true`. + * If true, the backdrop will stop propagation on tap. Defaults to `true`. */ @Prop() stopPropagation = true; diff --git a/core/src/components/backdrop/readme.md b/core/src/components/backdrop/readme.md index a47ab3a33c..a49caa9bcb 100644 --- a/core/src/components/backdrop/readme.md +++ b/core/src/components/backdrop/readme.md @@ -12,7 +12,7 @@ Backdrops are full screen components that overlay other components. They are use boolean -If true, the backdrop will stop propogation on tap. Defaults to `true`. +If true, the backdrop will stop propagation on tap. Defaults to `true`. #### tappable @@ -35,7 +35,7 @@ If true, the backdrop will be visible. Defaults to `true`. boolean -If true, the backdrop will stop propogation on tap. Defaults to `true`. +If true, the backdrop will stop propagation on tap. Defaults to `true`. #### tappable