Skip to content

Commit cad9633

Browse files
jemus42hadley
authored andcommitted
Fix typo in 2.2.0 release vignette (#2683)
rentangle -> rectangle
1 parent 1c09bae commit cad9633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/releases/ggplot2-2.2.0.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ The facet and layout implementation has been moved to ggproto and received a lar
7373
```
7474
7575
* Axes are now drawn under the panels in `facet_wrap()` when the
76-
rentangle is not completely filled.
76+
rectangle is not completely filled.
7777
7878
```{r facet-2}
7979
ggplot(mpg, aes(displ, hwy)) +

0 commit comments

Comments
 (0)