From 9a2935d3d45f1ab240059bb9c66ed2d05dc95204 Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Wed, 25 Oct 2023 13:56:56 -0700 Subject: [PATCH] chore: fixes typos --- docs/guide/authentication.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/guide/authentication.md b/docs/guide/authentication.md index f451aaf5..9da9c0cd 100644 --- a/docs/guide/authentication.md +++ b/docs/guide/authentication.md @@ -4,7 +4,7 @@ title: Authentication # Setting Up Authentication -Dozzle support two models for authentication. If you have already setup authentication behind a proxy then Dozzle can work out of the box by reading forwarded headers. If you do not currently have an authentication solution then Dozzle has a simple file based user management solution. Authentication providers are setup using `--auth-provider` flag. +Dozzle support two models of authentication. If you have already setup authentication behind a proxy then Dozzle can work out of the box by reading forwarded headers. If you do not currently have an authentication solution then Dozzle has a simple file based user management solution. Authentication providers are setup using `--auth-provider` flag. ## Forward Proxy @@ -124,7 +124,6 @@ services: ``` ```yaml [configuration.yml] ---- ############################################################### # Authelia configuration # ###############################################################