Skip to content

Commit 1743c1d

Browse files
authored
Merge branch 'master' into qs/swift-https-callbacks
2 parents 04f87af + bdb27ee commit 1743c1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/quickstart/webapp/laravel/interactive.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ Open your web browser and try accessing the following routes:
203203

204204
- [http://localhost:8000](http://localhost:8000) to see the public route.
205205
- [http://localhost:8000/private](http://localhost:8000/private) to be prompted to authenticate.
206-
- [http://localhost:8000](http://localhost:8000) to see the pubic route, now authenticated.
206+
- [http://localhost:8000](http://localhost:8000) to see the public route, now authenticated.
207207
- [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).
208208
- [http://localhost:8000/update](http://localhost:8000/update) to update the user's profile.
209209
- [http://localhost:8000/logout](http://localhost:8000/logout) to log out.

0 commit comments

Comments
 (0)