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:
authorTannerNMO <tanner@newmediaone.net>2012-02-02 01:14:49 +0400
committerTannerNMO <tanner@newmediaone.net>2012-02-02 01:14:49 +0400
commit11319f6da9f9a19ec40743cdfe868ac732698149 (patch)
treec5cd2470ab659f7d47774d56e536435e9ef04746 /README.md
parent7f32d15fbb096fdf3146997f10cc91dbbd4589fc (diff)
Fixed simple grammatical errors. http://grammar.quickanddirtytips.com/backward-versus-backwards.aspx
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 7dc9038a8c..b0f35480da 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ To get started -- checkout http://twitter.github.com/bootstrap!
Versioning
----------
-For transparency and insight into our release cycle, and for striving to maintain backwards compatibility, Bootstrap will be maintained under the Semantic Versioning guidelines as much as possible.
+For transparency and insight into our release cycle, and for striving to maintain backward compatibility, Bootstrap will be maintained under the Semantic Versioning guidelines as much as possible.
Releases will be numbered with the follow format:
@@ -17,8 +17,8 @@ Releases will be numbered with the follow format:
And constructed with the following guidelines:
-* Breaking backwards compatibility bumps the major
-* New additions without breaking backwards compatibility bumps the minor
+* Breaking backward compatibility bumps the major
+* New additions without breaking backward compatibility bumps the minor
* Bug fixes and misc changes bump the patch
For more information on SemVer, please visit http://semver.org/.