Browse Source

Small typo in TransportRegistry.php

Iandenh 7 years ago
parent
commit
a2234031f4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Mailer/TransportRegistry.php

+ 1 - 1
src/Mailer/TransportRegistry.php

@@ -20,7 +20,7 @@ use Cake\Core\ObjectRegistry;
 use RuntimeException;
 
 /**
- * An object registry for maieler transports.
+ * An object registry for mailer transports.
  */
 class TransportRegistry extends ObjectRegistry
 {