diff --git a/README.md b/README.md index d2f4cfa..645a74d 100644 --- a/README.md +++ b/README.md @@ -240,7 +240,7 @@ class CustomRouteGuard extends SailorRouteGuard { } ``` -The result from each rotue guard is `Future`. If the value returned __by each route__ is `true` the route is accepted and opened, anything else will result in route being rejected and not being opened. +The result from each route guard is `Future`. If the value returned __by each route__ is `true` the route is accepted and opened, anything else will result in route being rejected and not being opened. ## Transitions