Skip to content

Commit ec4bfe2

Browse files
author
jtassin
committed
update README
1 parent 9cce848 commit ec4bfe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ angular.module('ngapplication').config(($ngReduxProvider) => {
208208
});
209209
```
210210

211-
This will debounce the digest for 100ms with a maximum defaly time of 500ms. Every store modification within this time will be handled by this digest.
211+
This will debounce the digest for 100ms with a maximum delay time of 500ms. Every store modification within this time will be handled by this delayed digest.
212212

213213
[lodash.debounce](https://lodash.com/docs/4.17.4#debounce) is used for the debouncing.
214214

0 commit comments

Comments
 (0)