diff --git a/docs/home/contribute/write-new-topic.md b/docs/home/contribute/write-new-topic.md
index 95f57d2f3d..ccde10eb9f 100644
--- a/docs/home/contribute/write-new-topic.md
+++ b/docs/home/contribute/write-new-topic.md
@@ -27,7 +27,7 @@ is the best fit for your content:
| Tutorial |
- A tutorial page shows how to accomplish a goal that ties together several Kubernetes features. A tutorial might provide several sequences of steps that readers can actually do as they read the page. Or it might provide explanations of related pieces of code. For example, a tutorial could provide a walkthrough of a code sample. A tutorial can include brief explanations of the Kubernetes features that are being tied togeter, but should link to related concept topics for deep explanations of individual features. |
+ A tutorial page shows how to accomplish a goal that ties together several Kubernetes features. A tutorial might provide several sequences of steps that readers can actually do as they read the page. Or it might provide explanations of related pieces of code. For example, a tutorial could provide a walkthrough of a code sample. A tutorial can include brief explanations of the Kubernetes features that are being tied together, but should link to related concept topics for deep explanations of individual features. |