Skip to content

Commit 1ebe9f0

Browse files
authored
📝 Fix typo in README.md
1 parent 3b903c8 commit 1ebe9f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The function to call on a scroll event. In this default version, the module will
1818

1919
#### `direction` string
2020

21-
The scroll axis to monitor. Values can be `x` or `horizontal` to trigger when the page is scrolled horizontally, `y` or `vertical` to trigger when the page is scrolled vertically (the default behavior if not direction is provided), or `any` to trigger when the page is scrolled in any direction.
21+
The scroll axis to monitor. Values can be `x` or `horizontal` to trigger when the page is scrolled horizontally, `y` or `vertical` to trigger when the page is scrolled vertically (the default behavior if no direction is provided), or `any` to trigger when the page is scrolled in any direction.
2222

2323
#### `callback` function
2424

0 commit comments

Comments
 (0)