Skip to content

Commit b3390f2

Browse files
committed
Fix typo
Spotted in #68 (review).
1 parent 9d6a006 commit b3390f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@ Between the per-`AppHistoryEntry` events and the `window.appHistory` events, as
820820
1. `appHistory.current.finished` stays `false`, and `appHistory.current` never fires the `finish` event.
821821
1. `navigateerror` fires on `window.appHistory` with an `"AbortError"` `DOMException` as its `error` property.
822822
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.)
823-
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`.
823+
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`.
824824

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

0 commit comments

Comments
 (0)