Skip to content

Commit

Permalink
chore: fix typo in isHistoryNavigation comments (#2920)
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick authored Mar 4, 2024
1 parent c47e9e0 commit b54facd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/web/fetch/request.js
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ class Request {
}

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

Expand Down

0 comments on commit b54facd

Please sign in to comment.