Skip to content

Commit 1b551d1

Browse files
authored
Fix typo in default subject line
1 parent 78596ae commit 1b551d1

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)