Jonny Borges
Committed by GitHub

Merge pull request #1020 from DominusKelvin/patch-1

fix: typo
... ... @@ -125,9 +125,10 @@ It was made simple, to have the least CPU impact, and just to fulfill a single p
If you need a **powerful** State Manager, you can't go wrong with **GetX**.
It doesn't work with variables, but __flows__, everything in it are `Streams` under the hood.
You can use _rxDart_ in conjunction with it, because everything are `Streams` ,
you can listen the `event` of each "_Rx_ variable",
because everything in it are `Streams` .
You can use _rxDart_ in conjunction with it, because everything are `Streams`,
you can listen to the `event` of each "_Rx_ variable",
because everything in it are `Streams`.
It is literally a _BLoC_ approach, easier than _MobX_, and without code generators or decorations.
You can turn **anything** into an _"Observable"_ with just a `.obs` .
... ...