docs(loading): small spelling fixes

This commit is contained in:
Justin Willis
2016-05-09 14:55:44 -05:00
parent 40329314ae
commit d12efea18a

View File

@ -38,10 +38,10 @@ import {ViewController} from '../nav/view-controller';
* `onDismiss` function can be called to perform an action after the loading * `onDismiss` function can be called to perform an action after the loading
* indicator is dismissed. * 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 * 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 * creation and presentation of the component in a reusable function as shown
* on the `usage` section below. * in the `usage` section below.
* *
* ### Limitations * ### Limitations
* The element is styled to appear on top of other content by setting its * The element is styled to appear on top of other content by setting its