Fixed typo in summaries description in the documentation
authorRasmus Stougaard <rasmus.stougaard@gmail.com>
Tue, 25 Nov 2014 18:46:45 +0000 (01:46 +0700)
committerspf13 <steve.francia@gmail.com>
Wed, 3 Dec 2014 12:55:52 +0000 (13:55 +0100)
docs/content/content/summaries.md

index b8ad312b58895308c85e87da433a693cba2a8559..3b8c5af1ca1d41c7fe8597c234ad1a87368ceb48 100644 (file)
@@ -22,9 +22,9 @@ When using automatic summaries, Hugo will strip all HTML tags from the summary.
 
 ## User-defined: manual summary split:
 
-Hugo also provides an easy way to customize where a piece of content will be split with its summary content divider:  <code>&#60;&#33;&#45;&#45;more&#45;&#45;&#62;</code>. The summary content divider is Hugo's version of a "more tag", "summary divider", "excerpt separator", etc. found in other systems. For the summary content divider to be valid, it most be entered as <code>&#60;&#33;&#45;&#45;more&#45;&#45;&#62;</code>; with no additional spaces or other characters between the `<code>` and `</code>` tags.
+Hugo also provides an easy way to customize where a piece of content will be split with its summary content divider:  <code>&#60;&#33;&#45;&#45;more&#45;&#45;&#62;</code>. The summary content divider is Hugo's version of a "more tag", "summary divider", "excerpt separator", etc. found in other systems. For the summary content divider to be valid, it most be entered as <code>&#60;&#33;&#45;&#45;more&#45;&#45;&#62;</code>; with no additional spaces or other characters between the <code>&#60;&#33;&#45;&#45;</code> and <code>&#45;&#45;&#62;</code> tags.
 
-If the summary content divider exists within a piece of content, Hugo will split the content at that point, instead of its default split point of 70 words. The content prior to the summary content provider will be used as that content's summary and the summary content divider will be replaces with a `Read More` link. When the full content is rendered, the summary content provider, <code>&#60;&#33;&#45;&#45;more&#45;&#45;&#62;</code>, is elided from the output.
+If the summary content divider exists within a piece of content, Hugo will split the content at that point, instead of its default split point of 70 words. The content prior to the summary content provider will be used as that content's summary and the summary content divider will be replaced with a `Read More` link. When the full content is rendered, the summary content provider, <code>&#60;&#33;&#45;&#45;more&#45;&#45;&#62;</code>, is elided from the output.
 
 When using user-defined summaries, <code>&#60;&#33;&#45;&#45;more&#45;&#45;&#62;</code>, Hugo will preserve the HTML in the summary.