Browse Source

typo

tags/2.0.0-rc
Carsten Brandt 10 years ago
parent
commit
0b60e7c69c
  1. 2
      apps/basic/mail/layouts/html.php
  2. 2
      docs/guide/tutorial-mailing.md

2
apps/basic/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() ?>

2
docs/guide/tutorial-mailing.md

@ -141,7 +141,7 @@ Layout can be used to setup mail CSS styles or other shared content:
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() ?>

Loading…
Cancel
Save