diff options
author | Xavier Noria <fxn@hashref.com> | 2019-05-11 17:56:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-11 17:56:51 +0200 |
commit | 3939bd43be5181a3b9cc1c4c53180cccf1ce83db (patch) | |
tree | bce19102a0335f1dd2698ca348798e878acbc617 /guides | |
parent | 3a0f53162ebeab8e5526f9b4f4edf678b2d7520c (diff) | |
parent | 6e177884e37c68f871261dd5b86bfc4937688410 (diff) | |
download | rails-3939bd43be5181a3b9cc1c4c53180cccf1ce83db.tar.gz rails-3939bd43be5181a3b9cc1c4c53180cccf1ce83db.tar.bz2 rails-3939bd43be5181a3b9cc1c4c53180cccf1ce83db.zip |
Merge pull request #36249 from vishaltelangre/patch-8
[ci skip] Expand JS to JavaScript for clarity
Diffstat (limited to 'guides')
-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 f11035bec9..c0a020ba31 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 |