Omereshone Kelvin Oghenerhoro
Committed by GitHub

fix: typo

Change "you can listen the..." to "you can listen to the..."
@@ -119,7 +119,7 @@ If you need a **powerful** State Manager, you can't go wrong with **GetX**. @@ -119,7 +119,7 @@ If you need a **powerful** State Manager, you can't go wrong with **GetX**.
119 119
120 It doesn't work with variables, but __flows__, everything in it are `Streams` under the hood. 120 It doesn't work with variables, but __flows__, everything in it are `Streams` under the hood.
121 You can use _rxDart_ in conjunction with it, because everything are `Streams`, 121 You can use _rxDart_ in conjunction with it, because everything are `Streams`,
122 -you can listen the `event` of each "_Rx_ variable", 122 +you can listen to the `event` of each "_Rx_ variable",
123 because everything in it are `Streams`. 123 because everything in it are `Streams`.
124 124
125 It is literally a _BLoC_ approach, easier than _MobX_, and without code generators or decorations. 125 It is literally a _BLoC_ approach, easier than _MobX_, and without code generators or decorations.