Use same -ing form and remove trailing whitespaces

This commit is contained in:
Cheng Zhao 2017-09-26 10:18:38 +09:00
parent dfd90c3526
commit de4cb9022b

View file

@ -201,7 +201,7 @@ git push origin :release # delete remote branch
[this bump commit]: https://github.com/electron/electron/commit/78ec1b8f89b3886b856377a1756a51617bc33f5a
[electron-versioning]: /docs/tutorial/electron-versioning.md
## Promoting a release on npm
## Promote a release on npm
New releases are published to npm with the `beta` tag. Every release should
eventually get promoted to stable unless there's a good reason not to.