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