From c5d0428feb9d264e4803fd6ab169ca00c54afb8a Mon Sep 17 00:00:00 2001 From: Dani Dan <60981767+danidan95@users.noreply.github.com> Date: Mon, 24 Feb 2025 15:03:22 +0200 Subject: [PATCH] Update 4.federation.md typpo for "frontend" --- docs/content/3.middleware/2.guides/4.federation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/3.middleware/2.guides/4.federation.md b/docs/content/3.middleware/2.guides/4.federation.md index 04d06b7912..35411e61de 100644 --- a/docs/content/3.middleware/2.guides/4.federation.md +++ b/docs/content/3.middleware/2.guides/4.federation.md @@ -1,6 +1,6 @@ # Data Federation -Optimizing server requests through data federation is a common technique used within composable architectures that improves performance and reduces coupling between frotnend and backend API's. This guide shows how to use the `getApiClient` method to retrieve and interact with integrations within the context of another integration to mix them together in one request. +Optimizing server requests through data federation is a common technique used within composable architectures that improves performance and reduces coupling between frontend and backend API's. This guide shows how to use the `getApiClient` method to retrieve and interact with integrations within the context of another integration to mix them together in one request. ## Why?