Skip to content

Commit 626838e

Browse files
authored
fix: correct typos in docs (#1817)
1 parent 587328f commit 626838e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/essentials/es-modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ES Modules
22

3-
You source code should always be written as ESM. However, you have some control whether an entrypoint is bundled as ESM.
3+
Your source code should always be written as ESM. However, you have some control whether an entrypoint is bundled as ESM.
44

55
## HTML Pages <Badge type="warning" text="≥0.0.1" />
66

0 commit comments

Comments
 (0)