Skip to content

Commit

Permalink
Fix error message typo (#2322)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotdat authored Dec 20, 2024
1 parent e29bd03 commit eaf45f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/composition/supergraph/config/resolver/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eaf45f9

Please sign in to comment.