We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfc95eb commit e4daeabCopy full SHA for e4daeab
docs/api.md
@@ -359,7 +359,7 @@ Since you can control servers running in WebContainer, it's preferable to add th
359
360
<br />
361
362
-In particular, this might break existing or future WebContainer features added in the future.
+In particular, this might break existing WebContainer features or ones that will be added later.
363
:::
364
365
<h4 id="wc-setpreviewscript-signature">
@@ -381,7 +381,7 @@ const script = `
381
382
await webcontainerInstance.setPreviewScript(script);
383
384
-// now all previews will always print hello world to the console.
+// now all previews will always print hello world to the console if they serve HTML
385
```
386
387
### ▸ `teardown`
0 commit comments