Add common words not in core dictionaries
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3494834. -->
Reported by: [jonathan1055](https://www.drupal.org/user/92645)
Related to !313 !310
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>Some common programming words and terms, such as <strong>lando</strong> and <strong>ddev</strong> are used in many contrib projects but do not appear in core dictionaries. These had been hard-coded in the default cspell.json config, but are now added via prepare-cspell.php </p>
<p>Other words, such as <strong>nightwatchjs</strong> and <strong>endapply</strong> were in core dictionaries but have been deleted, causing contrib projects to fail unexpectedly. </p>
<p>This was prompted by core changes from 11.0 to 11.1 raised on <a href="https://drupal.slack.com/archives/CGKLP028K/p1734535852292449">this Slack thread</a> </p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>Add the words to the "words" array in the generated .cspell.json file</p>
> Related issue: [Issue #3493141](https://www.drupal.org/node/3493141)
> Related issue: [Issue #3498323](https://www.drupal.org/node/3498323)
issue