Skip to content

Commit 9cce848

Browse files
author
jtassin
committed
wording
1 parent b4d699c commit 9cce848

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
@@ -192,7 +192,7 @@ Middlewares passed as **string** will then be resolved throught angular's inject
192192
## Config
193193

194194
### Debouncing the digest
195-
You can debounce the digest triggered by store modification (usefull in huge apps with a lot of store modification) by passing a config parameter to the `ngReduxProvider`.
195+
You can debounce the digest triggered by store modification (usefull in huge apps with a lot of store modifications) by passing a config parameter to the `ngReduxProvider`.
196196

197197
```javascript
198198
import angular from 'angular';

0 commit comments

Comments
 (0)