Browse Source

Fix sentence structure for DebugTransport description

Jose Diaz-Gonzalez 9 years ago
parent
commit
e816748937
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/Mailer/Transport/DebugTransport.php

+ 2 - 2
src/Mailer/Transport/DebugTransport.php

@@ -20,8 +20,8 @@ use Cake\Mailer\AbstractTransport;
 use Cake\Mailer\Email;
 
 /**
- * Debug Transport class, useful for emulate the email sending process and inspect the resulted
- * email message before actually send it during development
+ * Debug Transport class, useful for emulating the email sending process and inspecting
+ * the resultant email message before actually sending it during development
  */
 class DebugTransport extends AbstractTransport
 {