Fixed phrase.

This commit is contained in:
Bazilio
2014-08-08 16:09:32 +04:00
parent 0ba5a24c32
commit 2bfbbf2320

View File

@ -585,7 +585,7 @@ $this->registerMetaTag(['name' => 'keywords', 'content' => 'yii, framework, php'
```
The above code will register a "keywords" meta tag with the view component. The registered meta tag is
not rendered until the layout finishes rendering. By then, the following HTML code will be inserted
rendered after the layout finishes rendering. By then, the following HTML code will be inserted
at the place where you call [[yii\web\View::head()]] in the layout and generate the following HTML code:
```php