Browse Source

Update view.md

tags/2.0.0-beta
Reazul Iqbal 11 years ago
parent
commit
b5fcfecee6
  1. 2
      docs/guide/view.md

2
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 `<head>` 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

Loading…
Cancel
Save