diff --git a/docs/bundler/loaders.md b/docs/bundler/loaders.md index 440e579274..c098dae8dd 100644 --- a/docs/bundler/loaders.md +++ b/docs/bundler/loaders.md @@ -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!`;