Skip to content

Commit f3eb725

Browse files
mattbrundagescottgonzalez
authored andcommitted
Datepicker: Fix typo
Closes gh-303
1 parent ad043a1 commit f3eb725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/datepicker.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<li><code>CTRL</code>/<code>COMMAND</code> + <code>LEFT</code>: Move to the previous day.</li>
2020
<li><code>CTRL</code>/<code>COMMAND</code> + <code>RIGHT</code>: Move to the next day.</li>
2121
<li><code>CTRL</code>/<code>COMMAND</code> + <code>UP</code>: Move to the previous week.</li>
22-
<li><code>CTRL</code>/<code>COMMAND</code> + <code>DOWN</code>: Move the next week.</li>
22+
<li><code>CTRL</code>/<code>COMMAND</code> + <code>DOWN</code>: Move to the next week.</li>
2323
<li><code>ENTER</code>: Select the focused date.</li>
2424
<li><code>CTRL</code>/<code>COMMAND</code> + <code>END</code>: Close the datepicker and erase the date.</li>
2525
<li><code>ESCAPE</code>: Close the datepicker without selection.</li>

0 commit comments

Comments
 (0)