docs: Remove redundant words. (#1352)

docs: Remove redundant words.
This commit is contained in:
J7N 2022-10-09 22:05:44 +08:00 committed by GitHub
parent 509175c0b8
commit 84d1dfa30d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -302,7 +302,7 @@ const Component = () => {
There are two major differences between Zustand and Jotai. Firstly, Zustand is a
single store, while Jotai consists of primitive atoms that can be composed
together. Secondly, a Zustand store is an external store, making it more
suitable when when access outside of React is required.
suitable when access outside of React is required.
**Zustand**