From 4d35b7ddf7f5ba47d08bdb10e800a873d1621489 Mon Sep 17 00:00:00 2001 From: Constantin Kraft Date: Tue, 27 Sep 2022 02:13:06 +0000 Subject: [PATCH] docs: fix misc grammar issues (#4062) Closes #4063 Co-authored-by: James Elliott --- docs/content/en/integration/prologue/get-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/en/integration/prologue/get-started.md b/docs/content/en/integration/prologue/get-started.md index 48746cae3..5d41d4c7c 100644 --- a/docs/content/en/integration/prologue/get-started.md +++ b/docs/content/en/integration/prologue/get-started.md @@ -22,12 +22,12 @@ obviously choose a different path if you are so inclined. Forwarded Authentication is a simple per-request authorization flow that checks the metadata of a request and a session cookie to determine if a user must be forwarded to the authentication portal. -Due to the fact a cookie is use, it's an intentional design decision that *__ALL__* applications/domains protected via +Due to the fact a cookie is used, it's an intentional design decision that *__ALL__* applications/domains protected via this method *__MUST__* use secure schemes (`https` and `wss`) for all of their communication. ### OpenID Connect -Only requires Authelia to be use a secure scheme (`https`). +Only requires Authelia to be accessible via a secure scheme (`https`). ## Configuration