-
Notifications
You must be signed in to change notification settings - Fork 122
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
I know the correction for sure #781
Comments
extend-words in the config can extend the available corrections used |
You are right!! After adding [default.extend-words]
"trailling" = "trailing" The fix is reduced to a one way
Thank you. |
Oh no! - public function noErrorOnTraillingSemicolonAndWhitespace(Connection $connection)
+ public function noErrorOntrailingSemicolonAndWhitespace(Connection $connection) |
If there are both uppercase and lowercase versions of this typo, what version Should I add? "trailling" = "trailing"
#
"Trailling" = "Trailing" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
"Trailling" is for sure the typo of "Trailing".
How can I configure typos to fix it right away?
The text was updated successfully, but these errors were encountered: