From 575a85a3fdc8c938743bafbc72c604dea95fbc17 Mon Sep 17 00:00:00 2001 From: Zong Date: Sat, 16 Sep 2023 05:10:04 +0800 Subject: docs(runtime): fix some typo. (#5451) --- docs/runtime/modules.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/runtime/modules.md') diff --git a/docs/runtime/modules.md b/docs/runtime/modules.md index b4d560c81..5562b5d15 100644 --- a/docs/runtime/modules.md +++ b/docs/runtime/modules.md @@ -24,7 +24,7 @@ export function hello() { {% /codetabs %} -When we run `index.ts`, it prints "Hello world". +When we run `index.ts`, it prints "Hello world!". ```bash $ bun index.ts @@ -197,7 +197,7 @@ Bun respects subpath [`"exports"`](https://nodejs.org/api/packages.html#subpath- Subpath imports and conditional imports work in conjunction with each other. -``` +```json { "name": "foo", "exports": { -- cgit v1.2.3 1/server-identity-CN'>ansg191/server-identity-CN Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/test/snippets/jsx-top-level.tsx (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-10-13Fix dns.lookup returning wrong address for family (#6474)Gravatar Ashcon Partovi 2-43/+90
2023-10-13Update settings.jsonGravatar Dylan Conway 1-2/+1