Add common words not in core dictionaries
Problem/Motivation
Some common programming words and terms, such as lando and ddev 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
Other words, such as nightwatchjs and endapply were in core dictionaries but have been deleted, causing contrib projects to fail unexpectedly.
This was prompted by core changes from 11.0 to 11.1 raised on this Slack thread
Proposed resolution
Add the words to the "words" array in the generated .cspell.json file
Related issue: Issue #3493141
Related issue: Issue #3498323
Edited by drupalbot