From bfb588697ceeb8f59ee920047a2820feab5dc0e2 Mon Sep 17 00:00:00 2001 From: Jonathan Johnson Date: Tue, 11 May 2021 00:43:46 -0400 Subject: [PATCH] Update shortcodes.md minor grammar. --- help/contributor/how-to/shortcodes.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/help/contributor/how-to/shortcodes.md b/help/contributor/how-to/shortcodes.md index 7fe7d64ec78..1c9aa9f58b9 100644 --- a/help/contributor/how-to/shortcodes.md +++ b/help/contributor/how-to/shortcodes.md @@ -5,10 +5,9 @@ weight: "50" type: "docs" --- -A list and examples of the custom shortcodes that are currently used and available -in knative.dev. +A list and examples of the custom shortcodes that are currently used and available in knative.dev. -STAUS: This page is in "draft state" and needs to be completed. +STATUS: This page is in "draft state" and needs to be completed. ## Knative custom shortcodes @@ -42,7 +41,7 @@ https://github.com/knative/website/blob/main/layouts/shortcodes/readfile.md Use them to reduce release maintenance and ensure content accuracy. -The following variable are dynamically populated based on the URL of the content in knative.dev: +The following variables are dynamically populated based on the URL of the content in knative.dev: - The [branch shortcode](https://github.com/knative/website/blob/main/layouts/shortcodes/branch.md) {{< branch >}} renders: `{{< branch >}}` - The [version shortcode](https://github.com/knative/website/blob/main/layouts/shortcodes/version.md) {{< version >}} renders: `{{< version >}}`