mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
docs(backdrop): spell propagation correctly
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user