Skip to content

Commit cf3f91c

Browse files
authored
fix typo in usage section
1 parent dc5f2a0 commit cf3f91c

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
@@ -38,7 +38,7 @@ npm i -D @svelte-plugins/viewable
3838
const rules = {
3939
// do something when the element enters the viewport
4040
immediately: { duration: 0, percentage: 0, fn: immediately },
41-
// do something when 50% of the element is visible for 4 seconds (consecutively)
41+
// do something when 50% of the element is visible for 4.5 seconds (consecutively)
4242
dwell: { duration: 4.5, percentage: 50, fn: dwell },
4343
};
4444

0 commit comments

Comments
 (0)