Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Spotted in #68 (review).
  • Loading branch information
domenic committed Mar 24, 2021
1 parent 9d6a006 commit b3390f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ Between the per-`AppHistoryEntry` events and the `window.appHistory` events, as
1. `appHistory.current.finished` stays `false`, and `appHistory.current` never fires the `finish` event.
1. `navigateerror` fires on `window.appHistory` with an `"AbortError"` `DOMException` as its `error` property.
1. Any loading spinner UI stops. (But potentially restarts, or maybe doesn't stop at all, if the navigation was aborted due to a second navigation starting.)
1. If the process was initiated by a call to an `appHistory` API that returns a promise, then that promise gets rejected with the same with an `"AbortError"` `DOMException`.
1. If the process was initiated by a call to an `appHistory` API that returns a promise, then that promise gets rejected with the same `"AbortError"` `DOMException`.

For more detailed analysis, including specific code examples, see [this dedicated document](./interception-details.md).

Expand Down

0 comments on commit b3390f2

Please sign in to comment.