Conversation
I won't look at each commit (all spelling mistakes corrected), please squash it. |
|
And I think it would be better to update the spell checking workflow of GitHub Actions so that this can be detected. |
09bdc75 to
08d685d
Compare
This PR is fix some spelling. - s/platfoms/platforms/ - s/directove/directive/ - s/colmn/column/ - s/DELIMETER/DELIMITER/ - s/contant/constant/ - s/ambigious/ambiguous/ - s/interporation/interpolation/ - s/hightlight/highlight/ - s/specifing/specifying/ - s/indendation/indentation/ - s/fileand/file and/ - s/dedented/indented/ - s/ofmodule/of module/ - s/argumnets/arguments/ - s/alignmenton/alignment on/ - s/bracketwith/bracket with/ - s/correcs/corrects/ - s/accpets/accepts/ - s/condtionals/conditionals/ - s/offsense/offense/ - s/brancheswith/branches with/ - s/branchsi/branches/ - s/consntant/constant/ - s/wheh/when/ - s/wtyle/style/ - s/condidate/candidate/ - s/arguemnt/argument/ - s/offens/offense/ - s/offfense/offense/ - s/condtion/condition/ - s/rescueing/rescuing/ - s/commnet/comment/ - s/parameteres/parameters/ - s/lodable/loadable/
|
I sent a patch to add some words to the dictionary. |
|
Nice! How did you manage to identify all those typos? |
|
I often use VSCode and the extension Code Spell Checker to detect and fix them when I find them in the typo fix branch. Once I have accumulated a few, I often check for similar typos in cspell and put them together in a PR. (If we don't put it all together in one PR, there could be a lot of PR for typofixes) |
This PR is fix some spelling.
Before submitting the PR make sure the following are checked:
[Fix #issue-number](if the related issue exists).master(if not - rebase it).bundle exec rake default. It executes all tests and runs RuboCop on its own code.{change_type}_{change_description}.mdif the new code introduces user-observable changes. See changelog entry format for details.