docs(backdrop): spell propagation correctly

This commit is contained in:
Brandy Carney
2018-04-05 15:40:28 -04:00
parent 80a94401fb
commit b7395d5f0e
3 changed files with 5 additions and 5 deletions

View File

@ -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;
/**

View File

@ -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;

View File

@ -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