Skip to content

Commit 35902e0

Browse files
committed
fix: readme fix;
1 parent dc2ce34 commit 35902e0

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
@@ -71,7 +71,7 @@ This function caches the value to avoid increased resources usage. In case you w
7171
7272
#### One more clarification
7373
This function has inner cache due to scrollbars width is not intended to be changed since initial call, but it can in case you toggle the device emulation.
74-
If you need function to recalculate the width, set `scrollbarWidth.__cache` to `undefined` and next call will perform return the fresh value.
74+
If you need function to recalculate the width call it with `true` parameter and get new value or set `scrollbarWidth.__cache` to `undefined` and next call will return the fresh value.
7575
7676
## Related projects
7777

0 commit comments

Comments
 (0)