summaryrefslogtreecommitdiff
path: root/op_crates/web/03_global_interfaces.js
diff options
context:
space:
mode:
authorAnh Hong <hong4rc@gmail.com>2020-12-11 02:45:45 +0700
committerGitHub <noreply@github.com>2020-12-11 06:45:45 +1100
commitb8bc24d167f2e19482d9dc6d367876c361abf4ea (patch)
tree5e46858514914eed698d1c941fe8593547e93ed4 /op_crates/web/03_global_interfaces.js
parentfd9b0202c1bb0e83183fd0a53d8b1303612a5e31 (diff)
chore: fixed various misspellings and other typos (#8691)
Diffstat (limited to 'op_crates/web/03_global_interfaces.js')
-rw-r--r--op_crates/web/03_global_interfaces.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/op_crates/web/03_global_interfaces.js b/op_crates/web/03_global_interfaces.js
index 7ade64cc1..21a44eb8e 100644
--- a/op_crates/web/03_global_interfaces.js
+++ b/op_crates/web/03_global_interfaces.js
@@ -1,7 +1,7 @@
((window) => {
const { EventTarget } = window;
- const illegalConstructorKey = Symbol("illegalConstuctorKey");
+ const illegalConstructorKey = Symbol("illegalConstructorKey");
class Window extends EventTarget {
constructor(key = null) {