Arindam Sarkar
Committed by GitHub

typo fix

if you want listen has been changed to if you want to listen
@@ -272,7 +272,7 @@ And now, all you need to do is use Get.toNamed() to navigate your named routes, @@ -272,7 +272,7 @@ And now, all you need to do is use Get.toNamed() to navigate your named routes,
272 272
273 ### Middleware 273 ### Middleware
274 274
275 -If you want listen Get events to trigger actions, you can to use routingCallback to it 275 +If you want to listen Get events to trigger actions, you can to use routingCallback to it
276 276
277 ```dart 277 ```dart
278 GetMaterialApp( 278 GetMaterialApp(