Skip to content

Commit

Permalink
Fix typo in 2.2.0 release vignette (tidyverse#2683)
Browse files Browse the repository at this point in the history
rentangle -> rectangle
  • Loading branch information
jemus42 authored and hadley committed Jun 25, 2018
1 parent 1c09bae commit cad9633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/releases/ggplot2-2.2.0.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ The facet and layout implementation has been moved to ggproto and received a lar
```
* Axes are now drawn under the panels in `facet_wrap()` when the
rentangle is not completely filled.
rectangle is not completely filled.
```{r facet-2}
ggplot(mpg, aes(displ, hwy)) +
Expand Down

0 comments on commit cad9633

Please sign in to comment.