mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 20:59:10 +00:00
Fix a bunch of spelling errors (#5314)
This commit is contained in:
parent
aa1284ceb0
commit
76a6a1ff46
6 changed files with 9 additions and 9 deletions
2
cli/js/lib.deno.shared_globals.d.ts
vendored
2
cli/js/lib.deno.shared_globals.d.ts
vendored
|
@ -862,7 +862,7 @@ interface Request extends Body {
|
|||
readonly integrity: string;
|
||||
/**
|
||||
* 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).
|
||||
*/
|
||||
readonly isHistoryNavigation: boolean;
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue