diff --git a/docs/guide/view.md b/docs/guide/view.md index 7618eb2..6ca2368 100644 --- a/docs/guide/view.md +++ b/docs/guide/view.md @@ -1,7 +1,8 @@ View ==== -View is an important part of MVC and is responsible for how data is presented to the end user. +View is an important part of MVC and is responsible for presenting data to end users. + Basics ------ diff --git a/framework/yii/i18n/MessageFormatter.php b/framework/yii/i18n/MessageFormatter.php index eb85773..2325573 100644 --- a/framework/yii/i18n/MessageFormatter.php +++ b/framework/yii/i18n/MessageFormatter.php @@ -13,7 +13,7 @@ namespace yii\i18n; * - Accepts named arguments and mixed numeric and named arguments. * - Issues no error when an insufficient number of arguments have been provided. Instead, the placeholders will not be * substituted. - * - Fixes PHP 5.5 weird placeholder replacememt in case no arguments are provided at all (https://bugs.php.net/bug.php?id=65920). + * - Fixes PHP 5.5 weird placeholder replacement in case no arguments are provided at all (https://bugs.php.net/bug.php?id=65920). * * @author Alexander Makarov * @author Carsten Brandt @@ -115,4 +115,3 @@ class MessageFormatter extends \MessageFormatter return $pattern; } } - \ No newline at end of file