summaryrefslogtreecommitdiff
path: root/docs/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'docs/runtime')
-rw-r--r--docs/runtime/workers.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/runtime/workers.md b/docs/runtime/workers.md
index 019df7201..5dcf05915 100644
--- a/docs/runtime/workers.md
+++ b/docs/runtime/workers.md
@@ -11,7 +11,7 @@ the `type: "module"` option when creating a new worker.
Relative module specifiers are
[not supported](https://github.com/denoland/deno/issues/5216) at the moment. You
-can instead use the `URL` contructor and `import.meta.url` to easily create a
+can instead use the `URL` constructor and `import.meta.url` to easily create a
specifier for some nearby script.
```ts