Skip to content

Commit

Permalink
Fix grammar in CLI info message about errors (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonswiss committed Jun 10, 2022
1 parent 41cebb2 commit 97e7ca0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/poor-ravens-explode.md
@@ -0,0 +1,5 @@
---
"@preconstruct/cli": patch
---

Fixed grammar in CLI info message about errors
2 changes: 1 addition & 1 deletion packages/cli/src/cli.ts
Expand Up @@ -105,7 +105,7 @@ class CommandNotFoundError extends Error {}
);
}
info(
"If want to learn more about the above error, check https://preconstruct.tools/errors"
"If you want to learn more about the above error, check https://preconstruct.tools/errors"
);
info(
"If the error is not there and you want to learn more about it, open an issue at https://github.com/preconstruct/preconstruct/issues/new"
Expand Down

0 comments on commit 97e7ca0

Please sign in to comment.