Skip to content

Commit

Permalink
Update interactive.md (#10378)
Browse files Browse the repository at this point in the history
Fix typo 'pubic' instead of 'public'.
  • Loading branch information
csiladi authored Feb 27, 2024
1 parent 47d23e9 commit bdb27ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion articles/quickstart/webapp/laravel/interactive.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ Open your web browser and try accessing the following routes:

- [http://localhost:8000](http://localhost:8000) to see the public route.
- [http://localhost:8000/private](http://localhost:8000/private) to be prompted to authenticate.
- [http://localhost:8000](http://localhost:8000) to see the pubic route, now authenticated.
- [http://localhost:8000](http://localhost:8000) to see the public route, now authenticated.
- [http://localhost:8000/scope](http://localhost:8000/scope) to check if you have the `read:messages` [permission](https://auth0.com/docs/manage-users/access-control/rbac).
- [http://localhost:8000/update](http://localhost:8000/update) to update the user's profile.
- [http://localhost:8000/logout](http://localhost:8000/logout) to log out.
Expand Down

0 comments on commit bdb27ee

Please sign in to comment.