From eaf45f97410caef83941944cdb50d51bd7168bc8 Mon Sep 17 00:00:00 2001 From: Brian <2059306+dotdat@users.noreply.github.com> Date: Fri, 20 Dec 2024 14:05:47 -0600 Subject: [PATCH] Fix error message typo (#2322) --- src/composition/supergraph/config/resolver/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/composition/supergraph/config/resolver/mod.rs b/src/composition/supergraph/config/resolver/mod.rs index e93819a85..902dd055e 100644 --- a/src/composition/supergraph/config/resolver/mod.rs +++ b/src/composition/supergraph/config/resolver/mod.rs @@ -216,7 +216,7 @@ pub enum ResolveSupergraphConfigError { #[error("No source found for supergraph config")] NoSource, /// Occurs when supergraph resolution is attempted without a supergraph root - #[error("Unable to resolve supergraph config. Suprgraph config oot is missing")] + #[error("Unable to resolve supergraph config. Supergraph config root is missing")] MissingSupergraphConfigRoot, /// Occurs when the underlying resolver strategy can't resolve one or more /// of the subgraphs described in the supergraph config