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

Command icon 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

ptmkenny created an issue. See original summary.

ptmkenny’s picture

Status: Active » Needs review

This 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.

./src/ParameterFactory/ParameterFactoryBase.php:28:29     - Unknown word (Validateable) -- var \Shaper\Validator\ValidateableInterface
./src/Shaper/RpcResponseFactory.php:35:29     - Unknown word (Validateable) -- var \Shaper\Validator\ValidateableInterface
ptmkenny’s picture

Cspell 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.

ptmkenny’s picture

  • ptmkenny committed c081a48d on 2.x
    Issue #3436360 by ptmkenny: Fix cspell typos
    
ptmkenny’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.