Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTJ Rana <tjrana0@yahoo.com>2012-03-22 00:00:58 +0400
committerMark Otto <markotto@twitter.com>2012-03-23 10:31:52 +0400
commit7ea34ae0ef79c793e9a9d393b4eef825b71e84b5 (patch)
tree5a69afa1e33f76f6020f2a06cf54d2ee74cc13f9 /README.md
parent7376eef378fe7d5e69b8b8cce93c7c64b751d55a (diff)
Add "the" on lines 28 and 29
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index af0403001a..0a2a171d72 100644
--- a/README.md
+++ b/README.md
@@ -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/.