Skip to content

Commit 5d59a76

Browse files
minor typo fix
1 parent ad750b2 commit 5d59a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

viz.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ understand and remember your message quickly.
188188
This section will cover examples of how to choose and refine a visualization
189189
given a data set and a question that you want to answer, and then how to create
190190
the visualization in R \index{ggplot} using the `ggplot2` R package. Given that
191-
the `ggplot2`package is loaded by the `tidyverse` metapackage, we still
191+
the `ggplot2` package is loaded by the `tidyverse` metapackage, we still
192192
need to load only `tidyverse':
193193

194194
```{r 03-tidyverse, warning=FALSE, message=FALSE}

0 commit comments

Comments
 (0)