From ebfa117a09b44844f32ebd2575cb091e512a0ac6 Mon Sep 17 00:00:00 2001 From: Frederick Legaspi Date: Wed, 22 Dec 2021 08:47:28 -0500 Subject: [PATCH] Update lesson_1-R.ipynb Fix Typo --- 2-Regression/1-Tools/solution/R/lesson_1-R.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2-Regression/1-Tools/solution/R/lesson_1-R.ipynb b/2-Regression/1-Tools/solution/R/lesson_1-R.ipynb index 335ee5e7..d2e0e293 100644 --- a/2-Regression/1-Tools/solution/R/lesson_1-R.ipynb +++ b/2-Regression/1-Tools/solution/R/lesson_1-R.ipynb @@ -153,7 +153,7 @@ "\n", "Now, let's load the diabetes dataset provided in this source URL: \n", "\n", - "Also, we'll perform a sanity check on our data using `glimpse()` and dsiplay the first 5 rows using `slice()`.\n", + "Also, we'll perform a sanity check on our data using `glimpse()` and display the first 5 rows using `slice()`.\n", "\n", "Before going any further, let's also introduce something you will encounter often in R code 🥁🥁: the pipe operator `%>%`\n", "\n", @@ -438,4 +438,4 @@ } } ] -} \ No newline at end of file +}