Skip to content

Commit

Permalink
docs(typo): fortunatelly / fortunately (ionic-team#17108)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtpHarry authored and adamdbradley committed Jan 14, 2019
1 parent 003eb2f commit 3dac7bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions angular/BREAKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ Previously an `ion-label` would automatically get added to an `ion-list-header`

## Loading

`dismissOnPageChange` was removed. Fortunatelly all the navigation API is promise based and there are global events (`ionNavWillChange`) you can listen in order to detect when navigation occurs.
`dismissOnPageChange` was removed. Fortunately all the navigation API is promise based and there are global events (`ionNavWillChange`) you can listen in order to detect when navigation occurs.

You should take advantage of these APIs in order to dismiss your loading overlay explicitally.

Expand Down Expand Up @@ -1155,7 +1155,7 @@ The `enabled` property (with a default value of `true`) has been renamed to `dis

## Scroll

`ion-scroll` has been removed, fortunatelly `ion-content` can work as a drop-in replacement:
`ion-scroll` has been removed, fortunately `ion-content` can work as a drop-in replacement:

```diff
- <ion-scroll scrollX="true">
Expand Down

0 comments on commit 3dac7bb

Please sign in to comment.