Skip to content

Commit 1553cbe

Browse files
committed
Final edits.
1 parent ad8e098 commit 1553cbe

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

docs/user-guide/builtins.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -601,9 +601,6 @@ modules provided by the packages referenced as string arguments.
601601

602602
### `pyscript.js_import`
603603

604-
If you have a lot of JavaScript modules referenced in your configuration,
605-
startup performance may be degraded as these are downloaded.
606-
607604
If a JavaScript module is only needed under certain circumstances, we provide
608605
an asynchronous way to import packages that were not originally referenced in
609606
your configuration.

docs/user-guide/workers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ sync.heavy_computation = lambda: 6 * 7
219219
```
220220

221221
Save these files in a `tmp` folder, ensure [your headers](#http-headers) (just
222-
use `npx mini-coi ./tmp` and serve via localhost) then see the following
222+
use `npx mini-coi ./tmp` to serve via localhost) then see the following
223223
outcome in the browser's devtools.
224224

225225
```

0 commit comments

Comments
 (0)