mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
docs: fix missing word in the bundler text loader section (#20723)
This commit is contained in:
@@ -137,7 +137,7 @@ console.log(contents); // => "Hello, world!"
|
||||
import html from "./index.html" with { type: "text" };
|
||||
```
|
||||
|
||||
When referenced during a build, the contents are into the bundle as a string.
|
||||
When referenced during a build, the contents are inlined into the bundle as a string.
|
||||
|
||||
```ts
|
||||
var contents = `Hello, world!`;
|
||||
|
||||
Reference in New Issue
Block a user