Skip to content

Commit d92237e

Browse files
committed
Fix typo
1 parent 0da24f2 commit d92237e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/flows-advanced-topics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ and memory leaks... oh my!
5858
### Reactive context
5959

6060
To know if a thing has changed, you have to remember what it was.
61-
To propagate change from one identity to the another, you have to remember their relationship (a [`watchable`](https://clojuredocs.org/clojure.core/add-watch)).
61+
To propagate change from one identity to another, you have to remember their relationship (a [`watchable`](https://clojuredocs.org/clojure.core/add-watch)).
6262
Memory is state. Remembering is a side-effect.
6363

6464
Reagent does this. Its main constructs - *reactive atom*, and *component* - are stateful, impure.

0 commit comments

Comments
 (0)