diff options
| author | TJ Rana <[email protected]> | 2012-03-21 17:00:58 -0300 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-22 23:31:52 -0700 |
| commit | 7ea34ae0ef79c793e9a9d393b4eef825b71e84b5 (patch) | |
| tree | 5a69afa1e33f76f6020f2a06cf54d2ee74cc13f9 | |
| parent | 7376eef378fe7d5e69b8b8cce93c7c64b751d55a (diff) | |
| download | bootstrap-7ea34ae0ef79c793e9a9d393b4eef825b71e84b5.tar.xz bootstrap-7ea34ae0ef79c793e9a9d393b4eef825b71e84b5.zip | |
Add "the" on lines 28 and 29
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -25,8 +25,8 @@ Releases will be numbered with the follow format: And constructed with the following guidelines: -* Breaking backward compatibility bumps the major (and resets minor and patch) -* New additions without breaking backward compatibility bumps the minor (and resets patch) +* Breaking backward compatibility bumps the major (and resets the minor and patch) +* New additions without breaking backward compatibility bumps the minor (and resets the patch) * Bug fixes and misc changes bumps the patch For more information on SemVer, please visit http://semver.org/. |
