Skip to content

Commit e998b1f

Browse files
committed
Removes extraneous "to"
1 parent 7371fd6 commit e998b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/articles/when-a-simple-react-context-gets-out-of-hand.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ Well, that's a lot cleaner. My team works in a [Rails](https://rubyonrails.org/)
335335

336336
# Conclusion
337337

338-
Currently, this is my favorite way to [with some extra magic I'll blog about later] to manage global state in a React app.
338+
Currently, this is my favorite way to [with some extra magic I'll blog about later] manage global state in a React app.
339339
- No added dependencies.
340340
- No side effects on global state that have to be memorized.
341341
- Each interation is mapped to a single encapsulated action.

0 commit comments

Comments
 (0)