-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
refactor: Incorrect spelling in hooks error message #8585
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Corey <[email protected]>
Signed-off-by: Corey <[email protected]>
Thanks for opening this pull request!
|
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## alpha #8585 +/- ##
=======================================
Coverage 94.34% 94.34%
=======================================
Files 183 183
Lines 14576 14576
=======================================
+ Hits 13751 13752 +1
+ Misses 825 824 -1
☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
🎉 This change has been released in version 6.1.0-alpha.15 |
🎉 This change has been released in version 6.3.0-beta.1 |
🎉 This change has been released in version 6.3.0-alpha.1 |
🎉 This change has been released in version 6.3.0 |
Pull Request
Issue
The word
exits
should beexists
when a Hook error is thrown.Closes: n/a
Approach
Fix spelling
Tasks