]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Modified CONTRIBUTING.md in order to correct a duplicate wording of the word "pull". 2044/head
authorBlake Gideon <blake@socialmattic.com>
Tue, 11 Nov 2014 04:42:01 +0000 (22:42 -0600)
committerBlake Gideon <blake@socialmattic.com>
Tue, 11 Nov 2014 04:42:01 +0000 (22:42 -0600)
CONTRIBUTING.md

index d9c6a0a85e30a6b1884df11018cfa9485dd97866..3150689a85874f5e1020a7052852a53440536498 100644 (file)
@@ -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.