Skip to content

Commit 9d9655d

Browse files
committed
Merge pull request reduxjs#919 from stoikerty/patch-1
fix small typo
2 parents 45a65ee + c804cd0 commit 9d9655d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/introduction/PriorArt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Note that, even if your immutable library supports cursors, you shouldn’t use
3535

3636
### Baobab
3737

38-
[Baobab](https://github.com/Yomguithereal/baobab) is another popular library implementing immutable API for updating plain JavaScript objects. While you can use it with Redux, there is little benefit to them together.
38+
[Baobab](https://github.com/Yomguithereal/baobab) is another popular library implementing immutable API for updating plain JavaScript objects. While you can use it with Redux, there is little benefit in using them together.
3939

4040
Most of the functionality Baobab provides is related to updating the data with cursors, but Redux enforces that the only way to update the data is to dispatch an action. Therefore they solve the same problem differently, and don’t complement each other.
4141

0 commit comments

Comments
 (0)