diff --git a/docs/api/directive/menuToggle/index.md b/docs/api/directive/menuToggle/index.md index c2964bff050..8e25da89a41 100644 --- a/docs/api/directive/menuToggle/index.md +++ b/docs/api/directive/menuToggle/index.md @@ -44,12 +44,12 @@ Toggle a side menu on the given side

Usage

Below is an example of a link within a nav bar. Tapping this link would -automatically open the given side menu +automatically open the given side menu. Note that the menu-toggle attribute is actually "'left'", with single quotes inside of double-quotes. ```html - + ...