diff options
author | Zachary Scott <e@zzak.io> | 2014-08-20 23:39:47 -0700 |
---|---|---|
committer | Zachary Scott <e@zzak.io> | 2014-08-20 23:39:47 -0700 |
commit | d3b0bb28ba4cf8c7043546349f932ef2dd98ff04 (patch) | |
tree | d3d849f4a67304edcc6e2b8d5d0790c602be249e | |
parent | 90006acb09605756aa3914874102bd20971c422c (diff) | |
parent | a7a358c884566ba21b37031072a728a1b571d1e6 (diff) | |
download | rails-d3b0bb28ba4cf8c7043546349f932ef2dd98ff04.tar.gz rails-d3b0bb28ba4cf8c7043546349f932ef2dd98ff04.tar.bz2 rails-d3b0bb28ba4cf8c7043546349f932ef2dd98ff04.zip |
Merge pull request #16603 from jwworth/task/fix_grammar
[ci skip] 4.2 release notes grammar fix
-rw-r--r-- | guides/source/4_2_release_notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/4_2_release_notes.md b/guides/source/4_2_release_notes.md index 913bb4fb5f..ab3af5060e 100644 --- a/guides/source/4_2_release_notes.md +++ b/guides/source/4_2_release_notes.md @@ -161,7 +161,7 @@ Please refer to the [Changelog][railties] for detailed changes. ([Pull Request](https://github.com/rails/rails/pull/16129)) * Introduced a `--skip-gems` option in the app generator to skip gems such as - `turbolinks` and `coffee-rails` that does not have their own specific flags. + `turbolinks` and `coffee-rails` that do not have their own specific flags. ([Commit](https://github.com/rails/rails/commit/10565895805887d4faf004a6f71219da177f78b7)) * Introduced a `bin/setup` script to enable automated setup code when |