From 3f4eb766469308b579a0a3a24285fb0f4bc9aa60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Welling=20Guzm=C3=A1n?= Date: Sat, 29 Sep 2018 23:42:23 -0400 Subject: [PATCH] Fix typo (tho -> two) --- 21-shell/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21-shell/README.md b/21-shell/README.md index 34aca08..2921c0c 100644 --- a/21-shell/README.md +++ b/21-shell/README.md @@ -1,7 +1,7 @@ **Goal: Clean the code a bit and parse user input** -In this lesson we will do tho things. First, we will clean up the code a bit, so it is ready +In this lesson we will do two things. First, we will clean up the code a bit, so it is ready for further lessons. During the previous ones I tried to put things in the most predictable places, but it is also a good exercise to know when the code base is growing and adapt it to current and further needs.