Skip to content

Commit

Permalink
fix: readme fix;
Browse files Browse the repository at this point in the history
  • Loading branch information
xobotyi committed Feb 24, 2020
1 parent dc2ce34 commit 35902e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ This function caches the value to avoid increased resources usage. In case you w
#### One more clarification
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.
If you need function to recalculate the width, set `scrollbarWidth.__cache` to `undefined` and next call will perform return the fresh value.
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.
## Related projects
Expand Down

0 comments on commit 35902e0

Please sign in to comment.