Skip to content

Commit

Permalink
Spinbutton pattern: fix typo where spinbutton was spelled spingbutton
Browse files Browse the repository at this point in the history
  • Loading branch information
mcking65 committed Aug 28, 2017
1 parent f492516 commit 7403702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aria-practices.html
Original file line number Diff line number Diff line change
Expand Up @@ -1820,7 +1820,7 @@ <h4>Keyboard Interaction</h4>
<li><kbd>Up Arrow</kbd>: Increases the value.</li>
<li><kbd>Down Arrow</kbd>: Decreases the value.</li>
<li><kbd>Home</kbd>: If the spinbutton has a minimum value, sets the value to its minimum.</li>
<li><kbd>End</kbd>: If the spingutton has a maximum value, sets the value to its maximum.</li>
<li><kbd>End</kbd>: If the spinbutton has a maximum value, sets the value to its maximum.</li>
<li><kbd>Page Up</kbd> (Optional): Increases the value by a larger step than <kbd>Up Arrow</kbd>.</li>
<li><kbd>Page Down</kbd> (Optional): Decreases the value by a larger step than <kbd>Down Arrow</kbd>.</li>
</ul>
Expand Down

0 comments on commit 7403702

Please sign in to comment.