From 9e9786191e4638e4d35dc068293efe8850403ba7 Mon Sep 17 00:00:00 2001 From: Coenen Benjamin Date: Mon, 21 Mar 2022 11:52:54 +0100 Subject: [PATCH] docs: fix a typo in configuration overview (#707) Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com> --- docs/source/configuration/overview.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/configuration/overview.mdx b/docs/source/configuration/overview.mdx index 644199a9c7..b8284e7648 100644 --- a/docs/source/configuration/overview.mdx +++ b/docs/source/configuration/overview.mdx @@ -140,7 +140,7 @@ server: ### Overriding subgraph routing URLs -By default, the Apollo Router extracts the routing URL for each of your subgraphs from the composed supergraph schema you provide it. In mose cases, no additional configuration is required. +By default, the Apollo Router extracts the routing URL for each of your subgraphs from the composed supergraph schema you provide it. In most cases, no additional configuration is required. However, if you _do_ need to override a particular subgraph's routing URL (for example, to handle changing network topography), you can do so in your [YAML configuration file](./overview/#configuration-file) with the `override_subgraph_url` option: