aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/6_0_release_notes.md
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2019-05-11 18:00:18 +0200
committerGitHub <noreply@github.com>2019-05-11 18:00:18 +0200
commit8cc3d914b8c04a120a9c93e3fbfd444db206a18c (patch)
tree78ac5b169d673259e9e9d63922ea7a79755ea325 /guides/source/6_0_release_notes.md
parentd43706d633914c4651f6888723c5659850314d93 (diff)
parentddf39c7533dadc7305896147b24b854687ac6dd5 (diff)
downloadrails-8cc3d914b8c04a120a9c93e3fbfd444db206a18c.tar.gz
rails-8cc3d914b8c04a120a9c93e3fbfd444db206a18c.tar.bz2
rails-8cc3d914b8c04a120a9c93e3fbfd444db206a18c.zip
Merge pull request #36243 from vishaltelangre/patch-1
[ci skip] Typo: Javascript -> JavaScript
Diffstat (limited to 'guides/source/6_0_release_notes.md')
-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 e47f562115..0c15ee007e 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))