Skip to content

Commit 0598f28

Browse files
committed
docs(slider): fix typo in keyboard shortcuts
1 parent 38700e0 commit 0598f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/slider/OVERVIEW.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ The slider has the following keyboard bindings:
7979
|-------------|------------------------------------------------------------------------------------|
8080
| Right arrow | Increment the slider value by one step (decrements in RTL). |
8181
| Up arrow | Increment the slider value by one step. |
82-
| Left arrow | Decrement the slider value by one step (decrements in RTL). |
82+
| Left arrow | Decrement the slider value by one step (increments in RTL). |
8383
| Down arrow | Decrement the slider value by one step. |
8484
| Page up | Increment the slider value by 10 steps. |
8585
| Page down | Decrement the slider value by 10 steps. |

0 commit comments

Comments
 (0)