From 9591ca09575ff09b0c64034715e9a627e2f1592f Mon Sep 17 00:00:00 2001 From: Zach Corleissen Date: Tue, 30 Jul 2019 08:50:53 -0700 Subject: [PATCH] Tiny typo fix (#15579) --- content/en/docs/contribute/style/style-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/contribute/style/style-guide.md b/content/en/docs/contribute/style/style-guide.md index 6ca9a2257d..771684b1e5 100644 --- a/content/en/docs/contribute/style/style-guide.md +++ b/content/en/docs/contribute/style/style-guide.md @@ -216,7 +216,7 @@ Hugo [Shortcodes](https://gohugo.io/content-management/shortcodes) help create d ``` {{}} - No need to include a prefix; the shortcode automatically provides on (Note:, Caution:, etc.). + No need to include a prefix; the shortcode automatically provides one. (Note:, Caution:, etc.) {{}} ```