Permalink
Browse files

fix typo (#2141)

* Update CONTRIBUTING.md

* Update NEWS.md
  • Loading branch information...
1 parent 3e410fe commit 92666ca8dd4cb5f96cbfcd4dcfcf157b599a6048 @Thieffen Thieffen committed with hadley Jun 1, 2017
Showing with 3 additions and 3 deletions.
  1. +2 −2 CONTRIBUTING.md
  2. +1 −1 NEWS.md
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)

0 comments on commit 92666ca

Please sign in to comment.