diff --git a/docs/guide/view.md b/docs/guide/view.md index d196189..7d90fc5 100644 --- a/docs/guide/view.md +++ b/docs/guide/view.md @@ -123,7 +123,7 @@ $this->registerMetaTag(array('description' => 'This is my cool website made with $this->registerMetaTag(array('description' => 'This website is about funny raccoons.'), 'meta-description'); ``` -If there are multiple calls with the same value of the second argument (`meta-description` in this case), the later will +If there are multiple calls with the same value of the second argument (`meta-description` in this case), the latter will override the former and only a single tag will be rendered: ```html @@ -155,7 +155,7 @@ Same as with meta tags you can specify additional argument to make sure there's ### Registering CSS You can register CSS using `registerCss` or `registerCssFile`. Former is for outputting code in `