We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34823ac commit a1f2e17Copy full SHA for a1f2e17
src/components/menu/js/menuDirective.js
@@ -97,9 +97,9 @@
97
* This offset is provided in the format of `x y` or `n` where `n` will be used
98
* in both the `x` and `y` axis.
99
*
100
- * For example, to move a menu by `2px` from the top, we can use:
+ * For example, to move a menu by `2px` down from the top, we can use:
101
* <hljs lang="html">
102
- * <md-menu md-offset="2 0">
+ * <md-menu md-offset="0 2">
103
* <!-- menu-content -->
104
* </md-menu>
105
* </hljs>
0 commit comments