Skip to content

Commit

Permalink
Fix @astrojs/node typo (#4525)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy authored Aug 29, 2022
1 parent 9389517 commit fc32e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integrations/node/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function createIntegration(): AstroIntegration {
setAdapter(getAdapter());

if (config.output === 'static') {
console.warn(`[@astrojs/Node] \`output: "server"\` is required to use this adapter.`);
console.warn(`[@astrojs/node] \`output: "server"\` is required to use this adapter.`);
}
},
},
Expand Down

0 comments on commit fc32e2d

Please sign in to comment.