aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2019-05-08 00:53:16 +0900
committerAkira Matsuda <ronnie@dio.jp>2019-05-08 00:53:16 +0900
commit00654b5ddd0612f01952778a9db1e06a041fba54 (patch)
treedfe04a86e1888ead5d66a397584b02e191107fcd /guides
parentf10ad55ac4daa2d1b82f74b7292966aaa33f024b (diff)
downloadrails-00654b5ddd0612f01952778a9db1e06a041fba54.tar.gz
rails-00654b5ddd0612f01952778a9db1e06a041fba54.tar.bz2
rails-00654b5ddd0612f01952778a9db1e06a041fba54.zip
Typo in the release note
[ci skip]
Diffstat (limited to 'guides')
-rw-r--r--guides/source/6_0_release_notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/6_0_release_notes.md b/guides/source/6_0_release_notes.md
index 4eb5296c41..cb3ea7737c 100644
--- a/guides/source/6_0_release_notes.md
+++ b/guides/source/6_0_release_notes.md
@@ -467,7 +467,7 @@ Please refer to the [Changelog][active-record] for detailed changes.
([Pull Request](https://github.com/rails/rails/pull/35631))
* Add `rails db:seed:replant` that truncates tables of each database
- for ther current environment and loads the seeds.
+ for the current environment and loads the seeds.
([Pull Request](https://github.com/rails/rails/pull/34779))
* Add `reselect` method, which is a short-hand for `unscope(:select).select(fields)`.