From b95a852f5044f524adf94d6706d25d613edff9f6 Mon Sep 17 00:00:00 2001 From: vinckr Date: Mon, 24 Aug 2026 20:16:52 +0200 Subject: [PATCH] chore: typo --- docs/kratos/session-management/01_overview.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/kratos/session-management/01_overview.mdx b/docs/kratos/session-management/01_overview.mdx index 12355cef4f..8e59a68f16 100644 --- a/docs/kratos/session-management/01_overview.mdx +++ b/docs/kratos/session-management/01_overview.mdx @@ -14,7 +14,8 @@ import CodeBlock from '@theme/CodeBlock' ``` When a user authenticates, for example by signing in with their username and password, they receive a session. The session is -proof that the user is authenticated and allows to interact with the system without the need to re-authenticate for every request. +proof that the user is authenticated and it allows the user to interact with the system without the need to re-authenticate for +every request. Sessions can be issued in two formats: