From 91346df5aca3793bff87a52f2ecef0ba26bdb747 Mon Sep 17 00:00:00 2001 From: Christian Schyma <1670201+cschyma@users.noreply.github.com> Date: Tue, 28 May 2019 15:26:22 +0200 Subject: [PATCH] fix typo --- docs/configuration/sessions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/sessions.md b/docs/configuration/sessions.md index 1896a5d..6e9d9d7 100644 --- a/docs/configuration/sessions.md +++ b/docs/configuration/sessions.md @@ -15,7 +15,7 @@ The OAuth2 Proxy uses a Cookie to track user sessions and will store the session data in one of the available session storage backends. At present the available backends are (as passed to `--session-store-type`): -- [cookie](cookie-storage) (deafult) +- [cookie](cookie-storage) (default) ### Cookie Storage