From 2ca991ba3dfed4191f6add9318f3328ba2c0c4a8 Mon Sep 17 00:00:00 2001 From: Johannes Klein Date: Tue, 24 May 2022 13:56:19 +0200 Subject: [PATCH] website/docs: fix grammar (#2943) --- website/docs/outposts/embedded/embedded.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/outposts/embedded/embedded.md b/website/docs/outposts/embedded/embedded.md index 7c9420c97..08bf426ef 100644 --- a/website/docs/outposts/embedded/embedded.md +++ b/website/docs/outposts/embedded/embedded.md @@ -4,11 +4,11 @@ title: Embedded Outpost Starting with 2021.8.1, authentik comes with an embedded outpost. This has been added to simplify deployment for users using the Proxy provider. -The embedded outpost is ran in the main `server` container, and is managed by authentik itself. The embedded outpost authenticates itself via the secret key. +The embedded outpost runs in the main `server` container, and is managed by authentik itself. The embedded outpost authenticates itself via the secret key. You can access the embedded outpost on the same ports as authentik itself, 9000 and 9443. -The embedded outpost cannot be disabled, if it doesn't make sense to use in your deployment you can simply ignore it. +The embedded outpost cannot be disabled, if it doesn't make sense to use it in your deployment you can simply ignore it. ### Configuration