Commit fcb968d8 by Qiang Xue

Merge pull request #1879 from lucianobaraglia/master

Typo in MessageController [skip ci]
parents 967442e3 d40065cd
...@@ -22,7 +22,7 @@ use yii\helpers\FileHelper; ...@@ -22,7 +22,7 @@ use yii\helpers\FileHelper;
* 1. Create a configuration file using the 'message/config' command: * 1. Create a configuration file using the 'message/config' command:
* yii message/config /path/to/myapp/messages/config.php * yii message/config /path/to/myapp/messages/config.php
* 2. Edit the created config file, adjusting it for your web application needs. * 2. Edit the created config file, adjusting it for your web application needs.
* 3. Run the 'message/extract' extract, using created config: * 3. Run the 'message/extract' command, using created config:
* yii message /path/to/myapp/messages/config.php * yii message /path/to/myapp/messages/config.php
* *
* @author Qiang Xue <qiang.xue@gmail.com> * @author Qiang Xue <qiang.xue@gmail.com>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment