Skip to content

Commit 8c09f1e

Browse files
Merge pull request microsoft#10 from scottsauber/master
Remove typo "and and"
2 parents 6486e41 + 56fedb8 commit 8c09f1e

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)