mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +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;
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user