Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit a1f2e17

Browse files
derekrliangThomasBurleson
authored andcommitted
docs(menu): fix and clarify documentation md-offset (#9911)
docs(menu): fix and clarify documentation md-offset
1 parent 34823ac commit a1f2e17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/menu/js/menuDirective.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@
9797
* This offset is provided in the format of `x y` or `n` where `n` will be used
9898
* in both the `x` and `y` axis.
9999
*
100-
* For example, to move a menu by `2px` from the top, we can use:
100+
* For example, to move a menu by `2px` down from the top, we can use:
101101
* <hljs lang="html">
102-
* <md-menu md-offset="2 0">
102+
* <md-menu md-offset="0 2">
103103
* <!-- menu-content -->
104104
* </md-menu>
105105
* </hljs>

0 commit comments

Comments
 (0)