Skip to content

Commit 496eb8b

Browse files
zcorpandomenic
andauthored
Apply suggestion from domenic
Co-authored-by: Domenic Denicola <[email protected]>
1 parent 6b1d1f8 commit 496eb8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

navigation-api/navigation-methods/return-value/navigate-javascript-url.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525

2626
const result = win.navigation.navigate(url, { history: "replace" });
2727
await assertBothRejectDOM(t, result, "NotSupportedError", win);
28-
}, `navigate() to ${format_value(url)} with (auto) or { history: 'replace' }`);
28+
}, `navigate() to ${format_value(url)} with { history: 'replace' }`);
2929
}
3030
</script>

0 commit comments

Comments
 (0)