Skip to content

Commit fc32e2d

Browse files
authored
Fix @astrojs/node typo (#4525)
1 parent 9389517 commit fc32e2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/integrations/node/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default function createIntegration(): AstroIntegration {
1616
setAdapter(getAdapter());
1717

1818
if (config.output === 'static') {
19-
console.warn(`[@astrojs/Node] \`output: "server"\` is required to use this adapter.`);
19+
console.warn(`[@astrojs/node] \`output: "server"\` is required to use this adapter.`);
2020
}
2121
},
2222
},

0 commit comments

Comments
 (0)