mirror of
https://github.com/status-im/re-frame.git
synced 2025-02-23 07:18:22 +00:00
typo fix
This commit is contained in:
parent
9d533d2f23
commit
e5de64e056
@ -252,7 +252,7 @@ changing the `:event` value within the `:coeffects`.
|
|||||||
|
|
||||||
`:event` will start off as `[:delete-item 42]`, but will end up `[42]`. `trim-event` will remove that
|
`:event` will start off as `[:delete-item 42]`, but will end up `[42]`. `trim-event` will remove that
|
||||||
leading `:delete-item` because, by the time the event is
|
leading `:delete-item` because, by the time the event is
|
||||||
being processed, we already know what id is has.
|
being processed, we already know what id it has.
|
||||||
|
|
||||||
And, here it is:
|
And, here it is:
|
||||||
```clj
|
```clj
|
||||||
|
Loading…
x
Reference in New Issue
Block a user