From 2bfbbf2320f184a4f9b4d15560bb9e31af6d6c80 Mon Sep 17 00:00:00 2001 From: Bazilio Date: Fri, 8 Aug 2014 16:09:32 +0400 Subject: [PATCH] Fixed phrase. --- docs/guide/structure-views.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/structure-views.md b/docs/guide/structure-views.md index c17232716d..9bb50c59b4 100644 --- a/docs/guide/structure-views.md +++ b/docs/guide/structure-views.md @@ -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