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

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