From: Blake Gideon Date: Tue, 11 Nov 2014 04:42:01 +0000 (-0600) Subject: Modified CONTRIBUTING.md in order to correct a duplicate wording of the word "pull". X-Git-Tag: 2.8.4~29^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53919172b3a07dd9c87c4d09e24c87e0c6f7c2aa;p=thirdparty%2Fmoment.git Modified CONTRIBUTING.md in order to correct a duplicate wording of the word "pull". --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d9c6a0a85..3150689a8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,7 +20,7 @@ grunt # this runs tests and jshint Very important notes ==================== - * **Pull pull requests to the `master` branch will be closed.** Please submit all pull requests to the `develop` branch. + * **Pull requests to the `master` branch will be closed.** Please submit all pull requests to the `develop` branch. * **Locale translations will not be merged without unit tests.** See [the British English unit tests](https://github.com/moment/moment/blob/develop/test/locale/en-gb.js) for an example. * **Do not include the minified files in your pull request.** Don't worry, we'll build them when we cut a release.