Make cspell job pass
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3444940. --> Reported by: [mglaman](https://www.drupal.org/user/2416470) Related to !12 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>The cspell job is failing: <a href="https://git.drupalcode.org/project/jsonapi_resources/-/jobs/1497848">https://git.drupalcode.org/project/jsonapi_resources/-/jobs/1497848</a></p> <p>Some are real, some can be added to a .cspell.json file</p> <pre>./src/Unstable/Entity/EntityCreationTrait.php:55:44&nbsp;&nbsp;&nbsp;&nbsp; - Unknown word (modfiy)&nbsp;&nbsp;&nbsp;&nbsp; -- using this trait to modfiy the created entity before<br> Suggestions: [modify, modi, motif, minify, motifs]<br>./tests/src/Functional/JsonapiResourceTest.php:303:25&nbsp;&nbsp;&nbsp; - Unknown word (Dramallama) -- 'subject' =&gt; 'Dramallama',<br> Suggestions: []<br>./tests/src/Kernel/Routing/ResourceEnhancerTest.php:49:57&nbsp;&nbsp;&nbsp;&nbsp; - Unknown word (Doesnt)&nbsp;&nbsp;&nbsp;&nbsp; -- mymodule\\Controller\\Doesnt::exist',<br> Suggestions: [Doest, Doesn't, Dent, Dest, Does]<br>CSpell: Files checked: 41, Issues found: 3 in 3 files</pre> > Related issue: [Issue #3428278](https://www.drupal.org/node/3428278)
issue