diff options
author | Jon Moss <maclover7@users.noreply.github.com> | 2016-08-14 21:59:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-14 21:59:30 -0400 |
commit | 6cea7f789c395c96f19bbe9280d11f6b87466e63 (patch) | |
tree | 1dc3c366082e19e31a55e657e650c654dde8cafb | |
parent | 984ffa5b4606a220413d9026385f01fe72a80f6f (diff) | |
parent | 9826b24242ba4712ecbb71e19fe56982506ee17f (diff) | |
download | rails-6cea7f789c395c96f19bbe9280d11f6b87466e63.tar.gz rails-6cea7f789c395c96f19bbe9280d11f6b87466e63.tar.bz2 rails-6cea7f789c395c96f19bbe9280d11f6b87466e63.zip |
Merge pull request #26168 from chuckdishmon/fix-plural-usage
fix usage of pluralized word [ci skip]
-rw-r--r-- | guides/source/getting_started.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index 89b1d3ca03..0cb5d81042 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -68,7 +68,7 @@ The Rails philosophy includes two major guiding principles: again, our code is more maintainable, more extensible, and less buggy. * **Convention Over Configuration:** Rails has opinions about the best way to do many things in a web application, and defaults to this set of conventions, rather than - require that you specify every minutiae through endless configuration files. + require that you specify minutiae through endless configuration files. Creating a New Rails Project ---------------------------- |