Skip to content

Commit 83e4bd9

Browse files
authored
Merge pull request #279 from Ksantacr/master
fix typo 'nativgate' to 'navigate'
2 parents fd9897c + 3c43673 commit 83e4bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/06-authentication-and-authorization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ Next, to make the router respect such attributes, update *App.razor* to render a
392392

393393
The `AuthorizeRouteView` will route navigations to the correct component, but only if the user is authorized. If the user is not authorized, the `NotAuthorized` content is displayed. You can also specify content to display while the `AuthorizeRouteView` is determining if the user is authorized.
394394

395-
Now when you try to nativgate to the checkout page while signed out, you see the `NotAuthorized` content we setup in *App.razor*.
395+
Now when you try to navigate to the checkout page while signed out, you see the `NotAuthorized` content we setup in *App.razor*.
396396

397397
![Not authorized](https://user-images.githubusercontent.com/1874516/78410504-63b27880-75c1-11ea-8c2c-ab62c1c24596.png)
398398

0 commit comments

Comments
 (0)