We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a0c3a8 commit 83ad7ffCopy full SHA for 83ad7ff
1 file changed
packages/cli/src/helpers/logNextSteps.ts
@@ -43,7 +43,7 @@ export const logNextSteps = ({
43
);
44
logger.info(" npx @tanstack/intent@latest install");
45
logger.dim(
46
- " Have your agent run this command in the newly created project so can discover and learn important skills relevant to the project.",
+ " Have your agent run this command in the newly created project so it can discover and learn important skills relevant to the project.",
47
48
49
logger.dim("\nStart the dev server to view your app in a browser:");
0 commit comments