aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTannerNMO <[email protected]>2012-02-01 14:14:49 -0700
committerTannerNMO <[email protected]>2012-02-01 14:14:49 -0700
commit11319f6da9f9a19ec40743cdfe868ac732698149 (patch)
treec5cd2470ab659f7d47774d56e536435e9ef04746
parent7f32d15fbb096fdf3146997f10cc91dbbd4589fc (diff)
downloadbootstrap-11319f6da9f9a19ec40743cdfe868ac732698149.tar.xz
bootstrap-11319f6da9f9a19ec40743cdfe868ac732698149.zip
Fixed simple grammatical errors. http://grammar.quickanddirtytips.com/backward-versus-backwards.aspx
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 7dc9038a8..b0f35480d 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/.