Skip to content

Commit

Permalink
docs: add missing angle bracket (#1799)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevgo committed Sep 30, 2021
1 parent 3409eda commit 4270140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/versioned_docs/version-v0.7/guides/login-session.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Once the lifespan is reached, the user needs to sign in again.
### Browser Client

The easiest way to check if a user is signed in is to call the
`http(s)://<kratos-public/sessions/whoami` endpoint which will return either a
`http(s)://<kratos-public>/sessions/whoami` endpoint which will return either a
401 Unauthorized or HTTP 200 OK with the session.

:::note
Expand Down

0 comments on commit 4270140

Please sign in to comment.