diff --git a/src/Umbraco.Core/Services/ContentService.cs b/src/Umbraco.Core/Services/ContentService.cs
index ec69f7d5f5..a03d2866f5 100644
--- a/src/Umbraco.Core/Services/ContentService.cs
+++ b/src/Umbraco.Core/Services/ContentService.cs
@@ -478,9 +478,9 @@ namespace Umbraco.Core.Services
/// Id of the Parent to retrieve Children from
/// Page number
/// Page size
- /// Total records query would return without paging
+ /// Total records query would return without paging
/// Field to order by
- /// Direction to order by
+ /// Direction to order by
/// Search text filter
/// An Enumerable list of objects
public IEnumerable GetPagedChildren(int id, int pageNumber, int pageSize, out int totalChildren,