Skip to content

Commit

Permalink
Fix typo in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Aug 10, 2021
1 parent 238ea23 commit 54895c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Config/ConfigExtensions.cs
Expand Up @@ -961,7 +961,7 @@ static Config Write(Config config, ConfigLevel level, Func<Config, Config> funct
return function(cfg);
}

throw new ArgumentException($"Could write variable for level {level} using the given config.", nameof(config));
throw new ArgumentException($"Could not write variable for level {level} using the given config.", nameof(config));
}
}
}

0 comments on commit 54895c2

Please sign in to comment.