Skip to content

Commit

Permalink
docs(loading): small spelling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jgw96 committed May 9, 2016
1 parent 4032931 commit d12efea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ionic/components/loading/loading.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d12efea

Please sign in to comment.