Skip to content

Commit b54facd

Browse files
authored
chore: fix typo in isHistoryNavigation comments (#2920)
1 parent c47e9e0 commit b54facd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web/fetch/request.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ class Request {
704704
}
705705

706706
// Returns a boolean indicating whether or not request is for a history
707-
// navigation (a.k.a. back-foward navigation).
707+
// navigation (a.k.a. back-forward navigation).
708708
get isHistoryNavigation () {
709709
webidl.brandCheck(this, Request)
710710

0 commit comments

Comments
 (0)