Committed by
GitHub
typo fix
if you want listen has been changed to if you want to listen
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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( |
-
Please register or login to post a comment