Tiny typo fix (#15579)

This commit is contained in:
Zach Corleissen
2019-07-30 08:50:53 -07:00
committed by Kubernetes Prow Robot
parent 39ef9e283f
commit 9591ca0957
@@ -216,7 +216,7 @@ Hugo [Shortcodes](https://gohugo.io/content-management/shortcodes) help create d
```
{{</* note */>}}
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.)
{{</* /note */>}}
```