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 >}}