From b5fcfecee6d048fc7fb0042dd693359c09488175 Mon Sep 17 00:00:00 2001 From: Reazul Iqbal Date: Tue, 7 Jan 2014 16:55:24 +0600 Subject: [PATCH] Update view.md --- docs/guide/view.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/view.md b/docs/guide/view.md index a0335f4..5c4bfe4 100644 --- a/docs/guide/view.md +++ b/docs/guide/view.md @@ -270,7 +270,7 @@ frontend\assets\AppAsset::register($this); A layout is a very convenient way to represent the part of the page that is common for all or at least for most pages generated by your application. Typically it includes `` section, footer, main menu and alike elements. -You can fine a fine example of the layout in a [basic application template](apps-basic.md). Here we'll review the very +You can find a fine example of the layout in a [basic application template](apps-basic.md). Here we'll review the very basic one without any widgets or extra markup. ```php