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