Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

fix typo #2141

Merged
merged 2 commits into from Jun 1, 2017
Jump to file or symbol
Failed to load files and symbols.
+3 −3
Split
View
@@ -66,7 +66,7 @@ If you're not familiar with git or github, please start by reading <http://r-pkg
See http://docs.ggplot2.org/dev/vignettes/development.html for more details.
--->
-Pull requests will be evaluated against the a seven point checklist:
+Pull requests will be evaluated against a seven point checklist:
1. __Motivation__. Your pull request should clearly and concisely motivates the
need for change. Unfortunately neither Winston nor I have much time to
@@ -89,7 +89,7 @@ Pull requests will be evaluated against the a seven point checklist:
and don't submit any others until the first one has been processed.
1. __Use ggplot2 coding style__. Please follow the
- [official ggplot2 style](http://adv-r.had.co.nz/Style.html). Maintaing
+ [official ggplot2 style](http://adv-r.had.co.nz/Style.html). Maintaining
a consistent style across the whole code base makes it much easier to
jump into the code. If you're modifying existing ggplot2 code that
doesn't follow the style guide, a separate pull request to fix the
View
@@ -192,7 +192,7 @@ There were also a number of other smaller changes
* The `theme()` constructor now has named arguments rather than ellipses. This
should make autocomplete substantially more useful. The documentation
- (including exampes) has been considerably improved.
+ (including examples) has been considerably improved.
* Built-in themes are more visually homogeneous, and match `theme_grey` better.
(@jiho, #1679)