Problem/Motivation
Discovered at #2972224: Add .cspell.json to automate spellchecking in Drupal core, and pointed by @xjm in https://www.drupal.org/project/drupal/issues/3122088#comment-13628724
+++ b/core/.cspell.json
@@ -0,0 +1,1288 @@
+ "readibly",
Proposed resolution
@xjm: In context, it's supposed to be "readily".
As title and see the change record https://www.drupal.org/node/3122084 for how to work with cspell.
Remaining tasks
Pick out all applicable words from #2972224: Add .cspell.json to automate spellchecking in Drupal core and fix them.
User interface changes
API changes
Data model changes
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | Screenshot 2020-05-28 at 6.06.59 PM.png | 102.1 KB | ankitsingh0188 |
| #2 | 3138801-2.patch | 792 bytes | sja112 |
Comments
Comment #2
sja112 commentedComment #3
ankitsingh0188#2 patch looks good to me, I checked with grep -r "readibly" * command and there is no other word after applying the patch.
Good to move to RTBC
Comment #4
maithri shetty commentedComment #9
xjmThanks @ankit.singh. For next time, just paste the CLI output (no screenshot) and also use
grep -rito look for the same mistake in different casing. Like so:Thanks!
Committed to 9.1.x and cherry-picked to 9.0.x, 8.9.x, and 8.8.x as a patch-eligible fix to a test method assertion message. Thanks!