From d1cf9adc412245c96d9d32592a903370d3972aef Mon Sep 17 00:00:00 2001 From: Benjamin Petersen Date: Tue, 11 Dec 2018 12:47:51 -0700 Subject: [PATCH] Fix typo See #684 --- content/en/content-management/shortcodes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/content-management/shortcodes.md b/content/en/content-management/shortcodes.md index 5bb404fb2..1990cce5a 100644 --- a/content/en/content-management/shortcodes.md +++ b/content/en/content-management/shortcodes.md @@ -249,7 +249,7 @@ Gets a value from the current `Page's` params set in front matter, with a fall b {{}} ``` -Since `testparam` is a param defined in front matter of this page wi the value `Hugo Rocks!`, the above will print: +Since `testparam` is a param defined in front matter of this page with the value `Hugo Rocks!`, the above will print: {{< param testparam >}}