Skip to content

Commit 59ec90c

Browse files
russbiggsmbostock
andauthored
fix remote imports docs (#1268)
* fix remotes imports docs * Update imports.md --------- Co-authored-by: Mike Bostock <[email protected]>
1 parent e676a96 commit 59ec90c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/imports.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ The `npm:canvas-confetti` import above is approximately equivalent to importing
137137
import confetti from "https://cdn.jsdelivr.net/npm/canvas-confetti/+esm";
138138
```
139139

140-
Unlike `npm:` and `node_modules` imports, remove imports are not be self-hosted; the module will be fetched from the remote server at runtime. Use remote imports with caution as they are less secure and may degrade performance.
140+
Unlike `npm:` and `node_modules` imports, remote imports are not self-hosted; the module will be fetched from the remote server at runtime. Use remote imports with caution as they are less secure and may degrade performance.
141141

142142
## Dynamic imports
143143

0 commit comments

Comments
 (0)