RELEASING.md in ruby-enum-0.7.2 vs RELEASING.md in ruby-enum-0.8.0
- old
+ new
@@ -1,8 +1,8 @@
# Releasing Ruby-Enum
-There're no hard rules about when to release ruby-enum. Release bug fixes frequenty, features not so frequently and breaking API changes rarely.
+There're no hard rules about when to release ruby-enum. Release bug fixes frequently, features not so frequently and breaking API changes rarely.
### Release
Run tests, check that all tests succeed locally.
@@ -56,10 +56,10 @@
* Your contribution here.
```
Increment the third version number in [lib/ruby-enum/version.rb](lib/ruby-enum/version.rb).
-Comit your changes.
+Commit your changes.
```
git add CHANGELOG.md lib/ruby-enum/version.rb
git commit -m "Preparing for next development iteration, 0.2.3."
git push origin master