diff --git a/src/Umbraco.Core/Models/ContentType.cs b/src/Umbraco.Core/Models/ContentType.cs index edb64622a2..9d747e4c55 100644 --- a/src/Umbraco.Core/Models/ContentType.cs +++ b/src/Umbraco.Core/Models/ContentType.cs @@ -7,7 +7,7 @@ using System.Runtime.Serialization; namespace Umbraco.Core.Models { /// - /// Represents the contnet type that a object is based on + /// Represents the content type that a object is based on /// [Serializable] [DataContract(IsReference = true)]