From 992083218ea55a13c736a1ffa8cf8049f57a4cec Mon Sep 17 00:00:00 2001 From: Thieffen Date: Tue, 23 May 2017 22:07:58 +0200 Subject: [PATCH 1/2] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e7c58ab38..b72813feb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -66,7 +66,7 @@ If you're not familiar with git or github, please start by reading -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 From fe8f6122bce5d72a49f2f01b58d27ee0fe5050fa Mon Sep 17 00:00:00 2001 From: Thieffen Date: Tue, 23 May 2017 22:35:27 +0200 Subject: [PATCH 2/2] Update NEWS.md --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 703e265c0..f92fd51b9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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)