aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorPrathamesh Sonpatki <csonpatki@gmail.com>2018-01-07 22:29:13 +0530
committerPrathamesh Sonpatki <csonpatki@gmail.com>2018-01-07 22:29:13 +0530
commit1ba8412607ae7190dc1c59718099e2f04372905d (patch)
tree76eec916f71629e7dedb751db0360947de42abd9 /guides
parentd14029c117006d2927f2f7f927fe52b92a62f94e (diff)
downloadrails-1ba8412607ae7190dc1c59718099e2f04372905d.tar.gz
rails-1ba8412607ae7190dc1c59718099e2f04372905d.tar.bz2
rails-1ba8412607ae7190dc1c59718099e2f04372905d.zip
Fix the desc for image_alt change [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 3f882e3f42..7b5c4b87e3 100644
--- a/guides/source/5_2_release_notes.md
+++ b/guides/source/5_2_release_notes.md
@@ -133,7 +133,7 @@ Please refer to the [Changelog][action-view] for detailed changes.
### Deprecations
* Deprecated `image_alt` helper which used to add default alt text to
- the image text.
+ the images generated by `image_tag`.
([Pull Request](https://github.com/rails/rails/pull/30213))
### Notable changes