Carsten Brandt 11 лет назад
Родитель
Сommit
d24f93b717
1 измененных файлов с 1 добавлено и 1 удалено
  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() ?>