Skip to content

Commit

Permalink
Fixed typo in description
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmuseeg authored Dec 13, 2016
1 parent b4f7ec7 commit fba9c1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public override string ConvertDbToString(Property property, PropertyType propert
if (property.Value == null || property.Value.ToString().IsNullOrWhiteSpace())
return string.Empty;

// Something weird is happening n core whereby ConvertDbToString is getting
// Something weird is happening in core whereby ConvertDbToString is getting
// called loads of times on publish, forcing the property value to get converted
// again, which in tern screws up the values. To get round it, we create a
// dummy property copying the original properties value, this way not overwriting
Expand Down

0 comments on commit fba9c1d

Please sign in to comment.