diff --git a/docs/source/configuration/subgraph-error-inclusion.mdx b/docs/source/configuration/subgraph-error-inclusion.mdx index 5ee656bff4..cd349913e5 100644 --- a/docs/source/configuration/subgraph-error-inclusion.mdx +++ b/docs/source/configuration/subgraph-error-inclusion.mdx @@ -16,7 +16,7 @@ To configure subgraph error inclusion, add the `include_subgraph_errors` plugin ```yaml title="router.yaml" include_subgraph_errors: - all: true # Propagate errors from all subraphs + all: true # Propagate errors from all subgraphs subgraphs: products: false # Do not propagate errors from the products subgraph ```