diff options
author | Joseph <jngugi88@gmail.com> | 2018-10-24 18:54:34 +0300 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-10-24 08:54:34 -0700 |
commit | d2df67e8221877a14b77d5e185367717afe503f8 (patch) | |
tree | fc621b1dac796bf248093b5a85731d62f055b7ad /js/dom_types.ts | |
parent | 5fbe6a242c36b3836fe646ab037a03a6c80e32d8 (diff) |
fix typos (#1083)
Diffstat (limited to 'js/dom_types.ts')
-rw-r--r-- | js/dom_types.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/dom_types.ts b/js/dom_types.ts index 3435825b1..bd73639ce 100644 --- a/js/dom_types.ts +++ b/js/dom_types.ts @@ -59,7 +59,7 @@ export interface HTMLFormElement { // TODO } -type EndingType = "tranparent" | "native"; +type EndingType = "transparent" | "native"; export interface BlobPropertyBag { type?: string; @@ -440,7 +440,7 @@ export 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; /** Returns a boolean indicating whether or not request is for a reload |