Skip to content

Commit

Permalink
docs: fix a typo in configuration overview (#707)
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Coenen <[email protected]>
  • Loading branch information
bnjjj authored Mar 21, 2022
1 parent d44c534 commit 9e97861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/configuration/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 9e97861

Please sign in to comment.