Skip to content

Commit b6ea44e

Browse files
alaqmike-thompson-day8
authored andcommitted
Add missing character and clarify meaning in dominoes-30k
1 parent 6f565f2 commit b6ea44e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dominoes-30k.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ what effect handlers do. They change the world. They are not pure functions.
137137

138138
Now, you don't need to ever register an effects handler for `:db`
139139
because re-frame supplies one built in. re-frame manages `app-db` and so it
140-
will look after an changes (effects) to it.
140+
will look for any changes (effects) to it.
141141

142142
But if, instead, `h` had returned:
143143
```clj

0 commit comments

Comments
 (0)