From 4ec0e61d8133bb776b447f93ad25212367612bae Mon Sep 17 00:00:00 2001 From: Nobuo Kihara Date: Sun, 2 Nov 2014 21:30:13 +0900 Subject: [PATCH] docs/guide/structure-views.md grammar fix [ci skip] --- 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 b8553d8efb..f29adbdb2a 100644 --- a/docs/guide/structure-views.md +++ b/docs/guide/structure-views.md @@ -42,7 +42,7 @@ and rendering this view template. Besides `$this`, there may be other predefined variables in a view, such as `$model` in the above example. These variables represent the data that are *pushed* into the view by [controllers](structure-controllers.md) -or other objects whose trigger the [view rendering](#rendering-views). +or other objects which trigger the [view rendering](#rendering-views). > Tip: The predefined variables are listed in a comment block at beginning of a view so that they can be recognized by IDEs. It is also a good way of documenting your views.