docs: Tix typo in entrypoints.md (#614)

This commit is contained in:
Can Rau
2024-04-14 17:21:12 -05:00
committed by GitHub
parent 77da2d6ade
commit aa5a9d4fa9
+1 -1
View File
@@ -89,7 +89,7 @@ For a full list of entrypoints and each of their options, see the [`/entrypoints
### Side Effects
You cannot use imported variables outside the `main` function is JS entrypoints. This includes options, as shown below:
You cannot use imported variables outside the `main` function in JS entrypoints. This includes options, as shown below:
```ts
// entrypoints/content.ts