Skip to content

Commit

Permalink
Issue #3138801 by sja112, ankit.singh: Fix "readily" relevant typos i…
Browse files Browse the repository at this point in the history
…n core

(cherry picked from commit 7fd928bd5d93d7440dd01166ce3b32505e7f82a4)
  • Loading branch information
xjm committed May 29, 2020
1 parent 54f67fe commit 5791b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/locale/tests/src/Functional/LocalePathTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function testPathLanguageConfiguration() {
// Check that the "xx" front page is readily available because path prefix
// negotiation is pre-configured.
$this->drupalGet($prefix);
$this->assertText(t('Welcome to Drupal'), 'The "xx" front page is readibly available.');
$this->assertText(t('Welcome to Drupal'), 'The "xx" front page is readily available.');

// Create a node.
$node = $this->drupalCreateNode(['type' => 'page']);
Expand Down

0 comments on commit 5791b50

Please sign in to comment.