From 9d86fe5a3c9c114acb78dda050dd7181024dbc54 Mon Sep 17 00:00:00 2001 From: melindafekete Date: Tue, 11 Mar 2025 18:32:09 +0100 Subject: [PATCH] Fix typos --- website/docs/reference/front-end-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/reference/front-end-api.md b/website/docs/reference/front-end-api.md index a1bdf1bf47..c343aa794c 100644 --- a/website/docs/reference/front-end-api.md +++ b/website/docs/reference/front-end-api.md @@ -12,7 +12,7 @@ title: Frontend API The Unleash [Frontend API](/reference/api/unleash/frontend-api) simplifies connecting client-side applications to Unleash. It shares the same API as [Unleash Edge](https://docs.getunleash.io/reference/unleash-edge) but is best suited for development environments, low-traffic applications, or internal dashboards. -The Frontend API has a straighforward setup and since it is built directly into Unleash, so you don't need to manage it. However, unlike Unleash Edge, it cannot be scaled horizontally and isn’t designed for high request volumes. +The Frontend API has a straightforward setup and since it is built directly into Unleash, you don't need to manage it. However, unlike Unleash Edge, it cannot be scaled horizontally and isn’t designed for high request volumes. The Frontend API shares the same API as Unleash Edge, so you can start development with the Frontend API and transition to Unleash Edge when needed.