Problem/Motivation
Once the GitLab CI template is added, cspell will automatically be run to check for spelling mistakes. This PR gets cspell to pass.
Issue fork jsonrpc-3436360
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
ptmkenny commentedThis PR fixes the spelling mistakes except "validateable", which it adds to the cspell dictionary. "validatable" is the American English spelling, but "validateable" is part of the name of the interface, and this interface is one of the module dependencies, so it makes more sense to allow this spelling in the dictionary rather than to rename the interface.
Comment #4
ptmkenny commentedCspell words can be defined in the GitLab CI template instead of a separate dictionary file, so I moved "validateable" definition to the template added in #3436320: Add GitLab CI template.
Comment #5
ptmkenny commentedComment #7
ptmkenny commented