Merge pull request #103 from ebaratte/patch-3

added missing word
This commit is contained in:
Seth Vargo 2016-03-18 11:40:51 -04:00
commit defa3a4c5e

View File

@ -29,7 +29,7 @@ and some people wanted machine-friendly languages.
JSON fits a nice balance in this, but is fairly verbose and most JSON fits a nice balance in this, but is fairly verbose and most
importantly doesn't support comments. With YAML, we found that beginners importantly doesn't support comments. With YAML, we found that beginners
had a really hard time determining what the actual structure was, and had a really hard time determining what the actual structure was, and
ended up guessing more than not whether to use a hyphen, colon, etc. ended up guessing more often than not whether to use a hyphen, colon, etc.
in order to represent some configuration key. in order to represent some configuration key.
Full programming languages such as Ruby enable complex behavior Full programming languages such as Ruby enable complex behavior