diff --git a/src/Orchard/ContentManagement/IContentManager.cs b/src/Orchard/ContentManagement/IContentManager.cs index e3f75a317..4582f7206 100644 --- a/src/Orchard/ContentManagement/IContentManager.cs +++ b/src/Orchard/ContentManagement/IContentManager.cs @@ -23,13 +23,13 @@ namespace Orchard.ContentManagement { /// /// Creates (persists) a new content item /// - /// The content instance filled with all necessary data + /// The content instance filled with all necessary data void Create(ContentItem contentItem); /// /// Creates (persists) a new content item with the specified version /// - /// The content instance filled with all necessary data + /// The content instance filled with all necessary data /// The version to create the item with void Create(ContentItem contentItem, VersionOptions options);