diff --git a/content/content-management/summaries.md b/content/content-management/summaries.md
index bab416d9b..f87b0a516 100644
--- a/content/content-management/summaries.md
+++ b/content/content-management/summaries.md
@@ -37,7 +37,7 @@ The Hugo-defined summaries are set to use word count by default. However, "word
### User-defined: Manual Summary Splitting
-Alternatively, you may add the <!--more--> summary divider where you want to split the article. For [org content][org], use # more) where you want to split the article. Content that comes before the summary divider will be used as that content's summary and stored in the `.Summary` page variable with all HTML formatting intact.
+Alternatively, you may add the <!--more--> summary divider where you want to split the article. For [org content][org], use `# more` where you want to split the article. Content that comes before the summary divider will be used as that content's summary and stored in the `.Summary` page variable with all HTML formatting intact.
{{% note "Summary Divider"%}}
The concept of a *summary divider* is not unique to Hugo. It is also called the "more tag" or "excerpt separator" in other literature.