Skip to content

Commit 4fb5eed

Browse files
authored
Update README.md
1 parent 2703976 commit 4fb5eed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/form-spinbutton/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,8 +388,8 @@ Click and hold the increment or decrement button (or use the up/down arrow keys)
388388

389389
The following keyboard controls are available when the spin button is focused:
390390

391-
- <kbd>Home</kbd> sets the value to the `min` value
392-
- <kbd>End</kbd> sets the value to the `max` value
391+
- <kbd>Home</kbd> Sets the value to the `min` value
392+
- <kbd>End</kbd> Sets the value to the `max` value
393393
- <kbd>ArrowUp</kbd> Increases the value by the step amount
394394
- <kbd>ArrowDown</kbd> Decreases the value by the step amount
395395
- <kbd>PageUp</kbd> Increases the value by the step amount times the `repeat-step-multiplier` amount

0 commit comments

Comments
 (0)