mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
docs(loading): small spelling fixes
This commit is contained in:
@ -38,10 +38,10 @@ import {ViewController} from '../nav/view-controller';
|
||||
* `onDismiss` function can be called to perform an action after the loading
|
||||
* indicator is dismissed.
|
||||
*
|
||||
* >Note that after the component is dissmised, it will not be usable anymore
|
||||
* >Note that after the component is dismissed, it will not be usable anymore
|
||||
* and another one must be created. This can be avoided by wrapping the
|
||||
* creation and presentation of the component in a reusable function as show
|
||||
* on the `usage` section below.
|
||||
* creation and presentation of the component in a reusable function as shown
|
||||
* in the `usage` section below.
|
||||
*
|
||||
* ### Limitations
|
||||
* The element is styled to appear on top of other content by setting its
|
||||
|
Reference in New Issue
Block a user