mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 23:34:47 -05:00
typo
This commit is contained in:
parent
f50ed4e281
commit
870337c6cd
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ the `type: "module"` option when creating a new worker.
|
|||
|
||||
Use of relative module specifiers in the main worker are only supported with
|
||||
`--location <href>` passed on the CLI. This is not recommended for portability.
|
||||
You can instead use the `URL` contructor and `import.meta.url` to easily create
|
||||
You can instead use the `URL` constructor and `import.meta.url` to easily create
|
||||
a specifier for some nearby script. Dedicated workers, however, have a location
|
||||
and this capability by default.
|
||||
|
||||
|
|
Loading…
Reference in a new issue