ahmadsalamouny

fix the 'tha' word in the english README to 'the'

@@ -210,7 +210,7 @@ To make it observable, you just need to add ".obs" to the end of it: @@ -210,7 +210,7 @@ To make it observable, you just need to add ".obs" to the end of it:
210 var name = 'Jonatas Borges'.obs; 210 var name = 'Jonatas Borges'.obs;
211 ``` 211 ```
212 212
213 -And in the UI, when you want to show that value and update the screen whenever tha values changes, simply do this: 213 +And in the UI, when you want to show that value and update the screen whenever the values changes, simply do this:
214 214
215 ```dart 215 ```dart
216 Obx(() => Text("${controller.name}")); 216 Obx(() => Text("${controller.name}"));