ngneat / cashew

🐿 A flexible and straightforward library that caches HTTP requests in Angular
https://www.netbasal.com
MIT License
682 stars 33 forks source link

Correct HTTP cache config token name #6

Closed LayZeeDK closed 4 years ago

LayZeeDK commented 4 years ago

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[x] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Other... Please describe:

What is the current behavior?

Typo in the token name.

Issue Number: N/A

What is the new behavior?

Typo is corrected.

Does this PR introduce a breaking change?

[ ] Yes
[x] No

Other information

LayZeeDK commented 4 years ago

Closing as duplicate of #4.