From 3b86fb5b3d7b3bb03f29f01c4fba39bed28ce99f Mon Sep 17 00:00:00 2001 From: S'busiso Mkhondwane Date: Fri, 12 Aug 2016 20:57:39 +0200 Subject: [PATCH] Update wrangle.Rmd (#247) Typo --- wrangle.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrangle.Rmd b/wrangle.Rmd index 4c15a76..b04dde7 100644 --- a/wrangle.Rmd +++ b/wrangle.Rmd @@ -23,7 +23,7 @@ This part of the book proceeds as follows: You'll learn the underlying principles, and how to get your data into a tidy form. -Data wrangling also encompasses data transformation, which you've already learn a little about. Now we'll focus new skills for three specific types of data you will frequently encounter in practice: +Data wrangling also encompasses data transformation, which you've already learn a little about. Now we'll focus on new skills for three specific types of data you will frequently encounter in practice: * [Dates and times] will give you the key tools for working with dates and date-times.