docs: fix missing word in the bundler text loader section (#20723)

This commit is contained in:
mizulu
2025-07-01 19:05:06 -04:00
committed by GitHub
parent fbe405fb89
commit 7f55b1af55

View File

@@ -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!`;