aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorSergey Alekseev <sergey@asoft.co>2019-07-24 18:23:15 +0300
committerGitHub <noreply@github.com>2019-07-24 18:23:15 +0300
commit43366d5b78c886b9d63248310da6c2fcbce69e88 (patch)
treef0d08a21bae2a7ff695dd2e3fa23281058a28b45 /guides
parentbee689dad9e2a42ebc3fc398ed9d316825e217cf (diff)
downloadrails-43366d5b78c886b9d63248310da6c2fcbce69e88.tar.gz
rails-43366d5b78c886b9d63248310da6c2fcbce69e88.tar.bz2
rails-43366d5b78c886b9d63248310da6c2fcbce69e88.zip
fix a typo in 5_2_release_notes.md
[ci skip]
Diffstat (limited to 'guides')
-rw-r--r--guides/source/5_2_release_notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/5_2_release_notes.md b/guides/source/5_2_release_notes.md
index ac247bc3f9..7aac07dbbe 100644
--- a/guides/source/5_2_release_notes.md
+++ b/guides/source/5_2_release_notes.md
@@ -326,7 +326,7 @@ Please refer to the [Changelog][action-view] for detailed changes.
select divider `option`.
([Pull Request](https://github.com/rails/rails/pull/31088))
-* Change `form_with` to generates ids by default.
+* Change `form_with` to generate ids by default.
([Commit](https://github.com/rails/rails/commit/260d6f112a0ffdbe03e6f5051504cb441c1e94cd))
* Add `preload_link_tag` helper.