diff --git a/docs/source/configuration/authorization.mdx b/docs/source/configuration/authorization.mdx index b2c9844c2f..1a21b54a1c 100644 --- a/docs/source/configuration/authorization.mdx +++ b/docs/source/configuration/authorization.mdx @@ -93,7 +93,7 @@ The router then enforces these directives on all incoming requests. ## Prerequisites -> ⚠️ Only the Apollo Router support authorization directives—[`@apollo/gateway`](/federation/v1/gateway/) does _not_. Checkout out the [migration guide](../migrating-from-gateway/) if you'd like to use them. +> ⚠️ Only the Apollo Router supports authorization directives—[`@apollo/gateway`](/federation/v1/gateway/) does _not_. Check out the [migration guide](../migrating-from-gateway/) if you'd like to use them. Before using the authorization directives in your subgraph schemas, you must: - Validate that your Apollo Router uses version `1.29.0` or later and is [connected to your GraphOS Enterprise organization](../enterprise-features/#enabling-enterprise-features)