Carsten Brandt hace 11 años
padre
commit
d24f93b717
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      mail/layouts/html.php

+ 1 - 1
mail/layouts/html.php

@@ -2,7 +2,7 @@
 use yii\helpers\Html;
 
 /* @var $this \yii\web\View view component instance */
-/* @var $message \yii\mail\MessageInterface the message bing composed */
+/* @var $message \yii\mail\MessageInterface the message being composed */
 /* @var $content string main view render result */
 ?>
 <?php $this->beginPage() ?>