diff options
author | Vishal Telangre <the@vishaltelangre.com> | 2019-05-11 20:52:12 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-11 20:52:12 +0530 |
commit | 6e177884e37c68f871261dd5b86bfc4937688410 (patch) | |
tree | fe9a3f7978e2bd7ba98d081682f999565adcc12f /guides/source/6_0_release_notes.md | |
parent | e8350663ad7c4bd9f8f724d0e82b2a48f5acfee4 (diff) | |
download | rails-6e177884e37c68f871261dd5b86bfc4937688410.tar.gz rails-6e177884e37c68f871261dd5b86bfc4937688410.tar.bz2 rails-6e177884e37c68f871261dd5b86bfc4937688410.zip |
[ci skip] Expand JS to JavaScript for clarity
Diffstat (limited to 'guides/source/6_0_release_notes.md')
-rw-r--r-- | guides/source/6_0_release_notes.md | 2 |
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 cb3ea7737c..50928031f5 100644 --- a/guides/source/6_0_release_notes.md +++ b/guides/source/6_0_release_notes.md @@ -323,7 +323,7 @@ Please refer to the [Changelog][action-view] for detailed changes. enable `ActionView::Template` finalizers. ([Pull Request](https://github.com/rails/rails/pull/32418)) -* Extract the JS `confirm` call to its own, overridable method in `rails_ujs`. +* Extract the JavaScript `confirm` call to its own, overridable method in `rails_ujs`. ([Pull Request](https://github.com/rails/rails/pull/32404)) * Add a `action_controller.default_enforce_utf8` configuration option to handle |