Skip to content

Commit

Permalink
Issue #3138793 by sja112, mohrerao: Fix "configuration" relevant typo…
Browse files Browse the repository at this point in the history
…s in core

(cherry picked from commit a45c48571657dfa0651a7873f6cd4601a18cbf43)
  • Loading branch information
xjm committed May 29, 2020
1 parent 5791b50 commit 0228aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/system/tests/src/Kernel/Mail/MailTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public function testCancelMessage() {
public function testFromAndReplyToHeader() {
$language = \Drupal::languageManager()->getCurrentLanguage();

// Set required site configuruation.
// Set required site configuration.
$this->config('system.site')
->set('mail', 'mailtest@example.com')
->set('name', 'Drupal')
Expand Down

0 comments on commit 0228aa8

Please sign in to comment.