From c50be68790782e82c268e80e1c5a31c5d8caf093 Mon Sep 17 00:00:00 2001 From: Luna <105922175+ImLunaHey@users.noreply.github.com> Date: Thu, 12 Oct 2023 18:30:27 +1030 Subject: chore: add missing ending quote (#6436) --- docs/bundler/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/bundler/index.md') diff --git a/docs/bundler/index.md b/docs/bundler/index.md index 7bb04cc82..3069654b2 100644 --- a/docs/bundler/index.md +++ b/docs/bundler/index.md @@ -328,7 +328,7 @@ Depending on the target, Bun will apply different module resolution rules and op All bundles generated with `target: "bun"` are marked with a special `// @bun` pragma, which indicates to the Bun runtime that there's no need to re-transpile the file before execution. - If any entrypoints contains a Bun shebang (`#!/usr/bin/env bun`) the bundler will default to `target: "bun"` instead of `"browser`. + If any entrypoints contains a Bun shebang (`#!/usr/bin/env bun`) the bundler will default to `target: "bun"` instead of `"browser"`. --- -- cgit v1.2.3