Skip to content

Commit 56fedb8

Browse files
authored
Remove typo "and and"
1 parent 6031e01 commit 56fedb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ Because React on its own does not provide built-in support for state management,
321321
State is updated in an immutable fashion by sending explicit action messages which must be handled by functions called reducers.
322322
Because of the explicit nature, it is often easier to reason about how an action will affect the state of your program.
323323

324-
[MobX](https://mobx.js.org/) relies on functional reactive patterns where state is wrapped through observables and and passed through as props.
324+
[MobX](https://mobx.js.org/) relies on functional reactive patterns where state is wrapped through observables and passed through as props.
325325
Keeping state fully synchronized for any observers is done by simply marking state as observable.
326326
As a nice bonus, the library is already written in TypeScript.
327327

0 commit comments

Comments
 (0)