Skip to content

Commit 5324db8

Browse files
authored
Typo issue mawwait => maxwait
1 parent f0453a7 commit 5324db8

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
@@ -203,7 +203,7 @@ angular.module('ngapplication').config(($ngReduxProvider) => {
203203
// eslint-disable-next-line
204204
$ngReduxProvider.config.debounce = {
205205
wait: 100,
206-
mawWait: 500,
206+
maxWait: 500,
207207
};
208208
});
209209
```

0 commit comments

Comments
 (0)