Showing
1 changed file
with
1 additions
and
1 deletions
@@ -38,7 +38,7 @@ abstract class _RouteMiddleware { | @@ -38,7 +38,7 @@ abstract class _RouteMiddleware { | ||
38 | /// ```dart | 38 | /// ```dart |
39 | /// GetPage onPageCalled(GetPage page) { | 39 | /// GetPage onPageCalled(GetPage page) { |
40 | /// final authService = Get.find<AuthService>(); | 40 | /// final authService = Get.find<AuthService>(); |
41 | - /// return page.copyWith(title: 'Wellcome ${authService.UserName}'); | 41 | + /// return page.copyWith(title: 'Welcome ${authService.UserName}'); |
42 | /// } | 42 | /// } |
43 | /// ``` | 43 | /// ``` |
44 | /// {@end-tool} | 44 | /// {@end-tool} |
-
Please register or login to post a comment