diff options
Diffstat (limited to 'cli/js/lib.deno.shared_globals.d.ts')
-rw-r--r-- | cli/js/lib.deno.shared_globals.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/lib.deno.shared_globals.d.ts b/cli/js/lib.deno.shared_globals.d.ts index 8f3160e5d..e98f233ab 100644 --- a/cli/js/lib.deno.shared_globals.d.ts +++ b/cli/js/lib.deno.shared_globals.d.ts @@ -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; /** |