summaryrefslogtreecommitdiff
path: root/js/dom_types.ts
diff options
context:
space:
mode:
authorJoseph <jngugi88@gmail.com>2018-10-24 18:54:34 +0300
committerRyan Dahl <ry@tinyclouds.org>2018-10-24 08:54:34 -0700
commitd2df67e8221877a14b77d5e185367717afe503f8 (patch)
treefc621b1dac796bf248093b5a85731d62f055b7ad /js/dom_types.ts
parent5fbe6a242c36b3836fe646ab037a03a6c80e32d8 (diff)
fix typos (#1083)
Diffstat (limited to 'js/dom_types.ts')
-rw-r--r--js/dom_types.ts4
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