aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorVishal Telangre <the@vishaltelangre.com>2019-05-11 19:53:24 +0530
committerGitHub <noreply@github.com>2019-05-11 19:53:24 +0530
commitddf39c7533dadc7305896147b24b854687ac6dd5 (patch)
treee078f8074e1a57428a89b1ba10aa1a151206e3cf /guides
parente8350663ad7c4bd9f8f724d0e82b2a48f5acfee4 (diff)
downloadrails-ddf39c7533dadc7305896147b24b854687ac6dd5.tar.gz
rails-ddf39c7533dadc7305896147b24b854687ac6dd5.tar.bz2
rails-ddf39c7533dadc7305896147b24b854687ac6dd5.zip
[ci skip] Typo: Javascript -> JavaScript
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 cb3ea7737c..fe3745a6ad 100644
--- a/guides/source/6_0_release_notes.md
+++ b/guides/source/6_0_release_notes.md
@@ -178,7 +178,7 @@ Please refer to the [Changelog][action-cable] for detailed changes.
`ActionCable::Connection`.
([Pull Request](https://github.com/rails/rails/pull/34194))
-* Convert the Action Cable Javascript package from CoffeeScript to ES2015 and
+* Convert the Action Cable JavaScript package from CoffeeScript to ES2015 and
publish the source code in the npm distribution.
([Pull Request](https://github.com/rails/rails/pull/34370))