API page: https://api.drupal.org/api/drupal/core%21includes%21common.inc/function/...

Fix typo:
"Every condition is a key/value pair, whose key is a jQuery selector that denotes another element on the page, and whose value is an array of conditions, which must bet met on that element"
->
"which must bet met on that element"

CommentFileSizeAuthor
#3 drupal_process_states-3012959-1.patch530 bytesgovind.maloo

Comments

Thibaud G created an issue. See original summary.

cilefen’s picture

Issue tags: +Novice
govind.maloo’s picture

StatusFileSize
new530 bytes
govind.maloo’s picture

Status: Active » Needs review
cilefen’s picture

Status: Needs review » Reviewed & tested by the community
alexpott’s picture

Title: Fix typo on function drupal_process_states documentation page » Fix typos involving the word bet
Status: Reviewed & tested by the community » Fixed
diff --git a/core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php b/core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php
index 3e31c815e4..85a5017cb1 100644
--- a/core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php
+++ b/core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php
@@ -176,7 +176,7 @@ public function manageFieldsPage($type = '') {
   /**
    * Tests adding a new field.
    *
-   * @todo Assert properties can bet set in the form and read back in
+   * @todo Assert properties can be set in the form and read back in
    * $field_storage and $fields.
    */
   public function createField() {

There was one other erroneous bet in the codebase. Fixed on commit.

alexpott’s picture

Committed and pushed f0d31a7ab0 to 8.7.x and 42b770cccd to 8.6.x. Thanks!

  • alexpott committed f0d31a7 on 8.7.x
    Issue #3012959 by govind.maloo: Fix typos involving the word bet
    

  • alexpott committed 42b770c on 8.6.x
    Issue #3012959 by govind.maloo: Fix typos involving the word bet
    
    (...

Status: Fixed » Closed (fixed)

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