diff --git a/controls/drawer/getting-started.md b/controls/drawer/getting-started.md index ee85721728..42862a631c 100644 --- a/controls/drawer/getting-started.md +++ b/controls/drawer/getting-started.md @@ -26,7 +26,7 @@ The following tutorial demonstrates how you can add the **RadDrawer** control. T * `SwipeToOpen` - enables/disables the swipe gestures for toggling the RadDrawer. * `DrawerWidth` - sets the width of the RadDrawer items container. * `ContentTemplate` - sets the content of the RadDrawer. - * `Template` - gets a hierarchical HTML structure that would represent the RadDrawer items. + * `ItemsTemplate` - gets a hierarchical HTML structure that would represent the RadDrawer items. The end result should be similar to the following: @@ -42,7 +42,7 @@ The end result should be similar to the following: Swipe/Drag the mouse to the right to open the RadDrawer

- + ````