Skip to content

Commit 6190755

Browse files
zappingSamuell1
authored andcommitted
docs(Menu): typos fixed
Typos fixed.
1 parent 04912d1 commit 6190755

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/app/pages/Components/Menu/Menu.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<div class="page-container-section">
1515
<h2>Directions</h2>
1616

17-
<p>The position of the menu content is calculated based of the contraints of the trigger element. Based on this you can set a position using X and Y axis.</p>
17+
<p>The position of the menu content is calculated based on the contraints of the trigger element. Based on this you can set a position using X and Y axis.</p>
1818
<p>You can combine <code>top</code>/<code>bottom</code> with <code>start</code>/<code>end</code>:</p>
1919
<code-example title="Start and End" :component="examples['directions']" />
2020
</div>
@@ -29,7 +29,7 @@
2929
<div class="page-container-section">
3030
<h2>Sizes</h2>
3131

32-
<p><code>md-menu</code> have 4 different sizes and a auto mode:</p>
32+
<p><code>md-menu</code> has 4 different sizes and an auto mode:</p>
3333
<code-example title="5 possible sizes" :component="examples['sizes']" />
3434
<note-block>The max-width of a menu is 280px.</note-block>
3535
</div>

0 commit comments

Comments
 (0)