diff --git a/src/Microsoft.AspNet.Mvc.TagHelpers/TagHelperContentExtensions.cs b/src/Microsoft.AspNet.Mvc.TagHelpers/TagHelperContentExtensions.cs
index f15cba276c..380a52d1fc 100644
--- a/src/Microsoft.AspNet.Mvc.TagHelpers/TagHelperContentExtensions.cs
+++ b/src/Microsoft.AspNet.Mvc.TagHelpers/TagHelperContentExtensions.cs
@@ -23,9 +23,10 @@ namespace Microsoft.AspNet.Mvc.TagHelpers
/// The to write.
/// after the write operation has completed.
///
- /// s of type are written using
- /// .For all other types,
- /// the encoded result of is written to the .
+ /// s of type are written using
+ /// .
+ /// For all other types, the encoded result of
+ /// is written to the .
///
public static TagHelperContent Append(
[NotNull] this TagHelperContent content,