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

Comments

jungle created an issue. See original summary.

sja112’s picture

Status: Active » Needs review
StatusFileSize
new792 bytes
ankitsingh0188’s picture

StatusFileSize
new102.1 KB

#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

maithri shetty’s picture

Status: Needs review » Reviewed & tested by the community

  • xjm committed 7fd928b on 9.1.x
    Issue #3138801 by sja112, ankit.singh: Fix "readily" relevant typos in...

  • xjm committed b710f58 on 9.0.x
    Issue #3138801 by sja112, ankit.singh: Fix "readily" relevant typos in...

  • xjm committed bc0f693 on 8.9.x
    Issue #3138801 by sja112, ankit.singh: Fix "readily" relevant typos in...

  • xjm committed 8a23655 on 8.8.x
    Issue #3138801 by sja112, ankit.singh: Fix "readily" relevant typos in...
xjm’s picture

Version: 9.1.x-dev » 8.8.x-dev
Status: Reviewed & tested by the community » Fixed

Thanks @ankit.singh. For next time, just paste the CLI output (no screenshot) and also use grep -ri to look for the same mistake in different casing. Like so:

[ibnsina:maintainer | Fri 07:48:43] $ grep -ri "readibly" *
[ibnsina:maintainer | Fri 07:49:58] $ 

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!

Status: Fixed » Closed (fixed)

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