Fix a typo

This commit is contained in:
Sebastiaan Janssen
2012-12-27 12:04:00 -01:00
parent ef32ed50c4
commit 2f8ac81fab

View File

@@ -7,7 +7,7 @@ using System.Runtime.Serialization;
namespace Umbraco.Core.Models
{
/// <summary>
/// Represents the contnet type that a <see cref="Content"/> object is based on
/// Represents the content type that a <see cref="Content"/> object is based on
/// </summary>
[Serializable]
[DataContract(IsReference = true)]