Skip to content

Commit

Permalink
fix typo: of -> or (mdn#35656)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuggonM authored Aug 31, 2024
1 parent 5f3a5c4 commit f828e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/navigation/traverseto/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Either one of these promises rejects if the navigation has failed for some reaso
### Exceptions

- `InvalidStateError` {{domxref("DOMException")}}
- : Thrown if the {{domxref("Navigation.currentEntry")}}'s {{domxref("NavigationHistoryEntry.index")}} value is -1, meaning the current {{domxref("Document")}} is not yet active, of if the navigation history list does not contain a {{domxref("NavigationHistoryEntry")}} with the specified key, or if the current {{domxref("Document")}} is unloading.
- : Thrown if the {{domxref("Navigation.currentEntry")}}'s {{domxref("NavigationHistoryEntry.index")}} value is -1, meaning the current {{domxref("Document")}} is not yet active, or if the navigation history list does not contain a {{domxref("NavigationHistoryEntry")}} with the specified key, or if the current {{domxref("Document")}} is unloading.

## Examples

Expand Down

0 comments on commit f828e14

Please sign in to comment.