Carsten Brandt il y a 11 ans
Parent
commit
d24f93b717
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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() ?>