mirror of
https://github.com/arthurfiorette/axios-cache-interceptor.git
synced 2025-12-08 17:36:16 +00:00
docs: fixed variable name (#239)
This commit is contained in:
parent
77adcaff9b
commit
e97a51585a
@ -78,6 +78,6 @@ const generator = buildKeyGenerator(({ headers = {} }) => {
|
||||
});
|
||||
|
||||
const axios = mockAxios({
|
||||
generateKey: keyGenerator
|
||||
generateKey: generator
|
||||
});
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user