Skip to content

Commit 89fa855

Browse files
committed
fixup! typo
1 parent 1dd114d commit 89fa855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cloudflare/src/cli/build/patches/plugins/require-page.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function getRule(buildOpts: BuildOptions) {
4646
const htmlFiles = manifests.filter((file) => file.endsWith(".html"));
4747
const jsFiles = manifests.filter((file) => file.endsWith(".js"));
4848

49-
// Inline fs access and dynamic require that are not supported ny workerd.
49+
// Inline fs access and dynamic require that are not supported by workerd.
5050
const fnBody = `
5151
// html
5252
${htmlFiles

0 commit comments

Comments
 (0)