From 1f27863aec5be0cddb78df8ccd79d2f903eb80c0 Mon Sep 17 00:00:00 2001 From: AntonDobrev Date: Mon, 29 Jun 2015 14:54:26 +0300 Subject: [PATCH] Rephrase the first step Perhaps not the best rephrase but the wording is fairly ambiguous. --- layout-and-navigation/lesson-1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout-and-navigation/lesson-1.md b/layout-and-navigation/lesson-1.md index a13a107..b0495a4 100644 --- a/layout-and-navigation/lesson-1.md +++ b/layout-and-navigation/lesson-1.md @@ -18,7 +18,7 @@ When creating views with Kendo UI, you'll often find yourself using common eleme * **b**. Add a `data-title="Books"` attribute to the first view (`
`). -* **c**. Remove the full header div (`
`) from the first view and copy the NavBar into the div with `data-role="header"`. Your layout should now look like this: +* **c**. Cut the whole header div (`
`) from the 'index' view and replace with it the `data-role="header"` in the view you just created. Your layout should now look like this: ```