From 01dac86b1cea28e0f64fb8f17c56d80db5644b07 Mon Sep 17 00:00:00 2001 From: Malepati Bala Siva Sai Akhil Date: Sun, 13 Aug 2017 23:12:38 +0530 Subject: [PATCH] Fix Typo in cri-o Tutorial Signed-off-by: Malepati Bala Siva Sai Akhil --- tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial.md b/tutorial.md index 7b183aa7..94ba2672 100644 --- a/tutorial.md +++ b/tutorial.md @@ -277,7 +277,7 @@ At this point `CNI` is installed and configured to allocation IP address to cont ## Pod Tutorial -Now that the `cri-o` components have been installed and configured we are ready to create a Pod. This section will walk you through lauching a Redis server in a Pod. Once the Redis server is running we'll use telnet to verify it's working, then we'll stop the Redis server and clean up the Pod. +Now that the `cri-o` components have been installed and configured we are ready to create a Pod. This section will walk you through launching a Redis server in a Pod. Once the Redis server is running we'll use telnet to verify it's working, then we'll stop the Redis server and clean up the Pod. ### Creating a Pod