Update federation-page.tsx

This commit is contained in:
Kamil Kisiela 2024-11-22 20:03:32 +01:00 committed by GitHub
parent c5d23a379f
commit a151429dbe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -311,7 +311,7 @@ function HowFederationWorks(props: { className?: string }) {
<li>Team owns their piece of the GraphQL API</li>
<li>They gain autonomy</li>
<li>Teams deploy on their own pace</li>
<li>Subgraphs are scale as needed</li>
<li>Subgraphs are scaled as needed</li>
</ul>
</>
}