From c0100848acd5cce321ed7a0c5e0e9e0ec1dabf44 Mon Sep 17 00:00:00 2001 From: Chris Seto Date: Sat, 23 Jul 2016 18:03:33 -0400 Subject: [PATCH] s/creae/create/ --- docs/user-guide/petset.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/petset.md b/docs/user-guide/petset.md index f3d5d4c4fa..ec66d1079a 100644 --- a/docs/user-guide/petset.md +++ b/docs/user-guide/petset.md @@ -93,7 +93,7 @@ We'll create a basic Pet Set to demonstrate how Pets are assigned unique and "st {% include code.html language="yaml" file="petset.yaml" ghlink="/docs/user-guide/petset.yaml" %} -Saving this config into `petset.yaml` and submitting it to a Kubernetes cluster should creae the defined Pet Set and Pets it manages: +Saving this config into `petset.yaml` and submitting it to a Kubernetes cluster should create the defined Pet Set and Pets it manages: ```shell $ kubectl create -f petset.yaml