From e8598ee7bfe398537c04762576748f63c896ba0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Sat, 5 Jun 2021 14:40:43 +0200 Subject: [PATCH] Fix: minor improvements on docs. --- websitev2/docs/user_guide/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websitev2/docs/user_guide/index.md b/websitev2/docs/user_guide/index.md index 086bcb4cf8..823bc5aa28 100644 --- a/websitev2/docs/user_guide/index.md +++ b/websitev2/docs/user_guide/index.md @@ -26,7 +26,7 @@ Unleash is composed of the following parts: - **Unleash API** - The service holding all feature toggles and their configurations. Configurations declare which activation strategies to use and which parameters they should get. - **Unleash UI** - The dashboard used to manage feature toggles, define new strategies, look at metrics, etc. - **Unleash SDK** - Used by clients to check if a feature is enabled or disabled. The SDK also collects metrics and sends them to the Unleash API. Activation Strategies are also implemented in the SDK. -- **Unleash Proxy** - Sits between frontend and native applications and the Unleash API. Ensures high performance and that we don't expose the full feature toggle configuration to end-users. [Read more about Unleash Proxy](/sdks/unleash-proxy) +- **Unleash Proxy** - Sits between frontend/native applications and the Unleash API. Ensures high performance and that you don't expose the full feature toggle configuration to end-users. [Read more about Unleash Proxy](/sdks/unleash-proxy) ![system_overview](/img/unleash-diagram.png 'System Overview')