Skip to content

Commit a723e5b

Browse files
committed
fix: README typo
1 parent 2aa31bc commit a723e5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const sidecar = sidecar(() => import('react-remove-scroll/sidecar'));
7676
> Consider setting `-webkit-overflow-scrolling: touch;` on a document level for a proper mobile experience.
7777
7878
## Internal div
79-
But default RemoveScroll will create a div to handle and capture events.
79+
By default RemoveScroll will create a div to handle and capture events.
8080
You may specify `className` for it, if you need, or __remove it__.
8181

8282
The following code samples will produce the same output

0 commit comments

Comments
 (0)