Skip to content

Commit bc80222

Browse files
committed
typo tweak
1 parent 6faec3c commit bc80222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.Deploy.Contrib.Connectors/ValueConnectors/InnerContentConnector.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public string GetValue(Property property, ICollection<ArtifactDependency> depend
6868
if (contentType == null)
6969
throw new InvalidOperationException($"Could not resolve these content types for the Inner Content property with key: {innerContentItem.Key}, and name: {innerContentItem.Name}");
7070

71-
// ensure the content typ[e is added as a unique dependency
71+
// ensure the content type is added as a unique dependency
7272
var contentTypeUdi = contentType.GetUdi();
7373
var distinctContentTypes = new Dictionary<GuidUdi,IContentType>();
7474
if (distinctContentTypes.ContainsKey(contentTypeUdi) == false)

0 commit comments

Comments
 (0)