Skip to content

Commit

Permalink
nit: adjust with feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh committed Aug 1, 2023
1 parent 94fddf1 commit 74acb55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/cli/check/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export async function check(flags: Arguments) {
error(
logging,
'check',
'The `@astrojs/check` and `typescript` packages are required for this command to work. Please install them into your project and try again.'
'The `@astrojs/check` and `typescript` packages are required for this command to work. Please manually install them into your project and try again.'
);
return;
}
Expand Down

0 comments on commit 74acb55

Please sign in to comment.