From f57d8df3cd812c9ecacad49b7b89be980602857a Mon Sep 17 00:00:00 2001
From: Jose Manuel Ferrer Mosteiro <jmferrer@users.noreply.github.com>
Date: Mon, 12 Aug 2019 18:10:28 +0200
Subject: [PATCH] Change initail to initial. (#1668)

---
 docs/serving/samples/blue-green-deployment.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/serving/samples/blue-green-deployment.md b/docs/serving/samples/blue-green-deployment.md
index f2f69e66b..857eda60c 100644
--- a/docs/serving/samples/blue-green-deployment.md
+++ b/docs/serving/samples/blue-green-deployment.md
@@ -58,7 +58,7 @@ configuration "blue-green-demo" configured
 ```
 
 This will deploy the initial revision of the sample application. Before we can
-route traffic to this application we need to know the name of the initail
+route traffic to this application we need to know the name of the initial
 revision which was just created. Using `kubectl` you can get it with the
 following command: