We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 900ba69 commit 7d7fce7Copy full SHA for 7d7fce7
src/Atata.Configuration.Json/Mapping/AttributeMapper.cs
@@ -41,7 +41,7 @@ public Attribute Map(AttributeJsonSection section)
41
42
if (!typeof(Attribute).IsAssignableFrom(attributeType))
43
throw new ConfigurationException(
44
- $"\"type\"=\"{section.Type}\" configuration property of attribute secton doesn't reference an attribute type.");
+ $"\"type\"=\"{section.Type}\" configuration property of attribute section doesn't reference an attribute type.");
45
46
var valuesMap = section.ExtraPropertiesMap.ToDictionary(
47
x => x.Key,
0 commit comments