Skip to content

Commit

Permalink
docs: copy
Browse files Browse the repository at this point in the history
  • Loading branch information
neurosnap committed Aug 26, 2024
1 parent 8c94373 commit 65f60cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/posts/caching.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ function*(ctx, next) {
}
```

The state slice for `cache` is simple, every thunk action has special properties
of one is a `key` field that is a hash of the entire user-defined action
payload:
The state slice for `cache` is simple, every thunk action has
[special properties](/thunks#anatomy-of-an-action) of which one is a `key` field
that is a hash of the entire user-defined action payload:

```js
{
Expand Down

0 comments on commit 65f60cf

Please sign in to comment.