Skip to content

Commit e07fbb7

Browse files
avivkellerCopilot
andauthored
Update src/generators/web/utils/bundle.mjs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9a2532e commit e07fbb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generators/web/utils/bundle.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const DOC_KIT_NODE_MODULES = join(
1414
'../../../../node_modules'
1515
);
1616

17-
// TODO(@avivkeller): Untill we can use Rolldown's bindings in node-core,
17+
// TODO(@avivkeller): Until we can use Rolldown's bindings in node-core,
1818
// we have to dynamically import it, as to not have it imported in core
1919
// at all.
2020
const rolldown = lazy(() => import('rolldown'));

0 commit comments

Comments
 (0)