Skip to content

Commit da8f63d

Browse files
Merge pull request magento#740 from magento/email-subject-typo
Fix typo in default subject line
2 parents 78596ae + 1b551d1 commit da8f63d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App/Logger/HandlerFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public function create(string $handler): HandlerInterface
105105
case static::HANDLER_EMAIL:
106106
$handlerInstance = new NativeMailerHandler(
107107
$configuration->get('to'),
108-
$configuration->get('subject', 'Log form Magento Cloud'),
108+
$configuration->get('subject', 'Log from Magento Cloud'),
109109
$configuration->get('from'),
110110
$minLevel
111111
);

0 commit comments

Comments
 (0)