Skip to content

Commit c5d0428

Browse files
authored
Update 4.federation.md
typpo for "frontend"
1 parent 5889346 commit c5d0428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/3.middleware/2.guides/4.federation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Data Federation
22

3-
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.
3+
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.
44

55
## Why?
66

0 commit comments

Comments
 (0)