From 11319f6da9f9a19ec40743cdfe868ac732698149 Mon Sep 17 00:00:00 2001 From: TannerNMO Date: Wed, 1 Feb 2012 14:14:49 -0700 Subject: [PATCH] Fixed simple grammatical errors. http://grammar.quickanddirtytips.com/backward-versus-backwards.aspx --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7dc9038a8c64..b0f35480da0a 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/.