diff options
author | Xavier Noria <fxn@hashref.com> | 2019-05-11 18:00:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-11 18:00:18 +0200 |
commit | 8cc3d914b8c04a120a9c93e3fbfd444db206a18c (patch) | |
tree | 78ac5b169d673259e9e9d63922ea7a79755ea325 | |
parent | d43706d633914c4651f6888723c5659850314d93 (diff) | |
parent | ddf39c7533dadc7305896147b24b854687ac6dd5 (diff) | |
download | rails-8cc3d914b8c04a120a9c93e3fbfd444db206a18c.tar.gz rails-8cc3d914b8c04a120a9c93e3fbfd444db206a18c.tar.bz2 rails-8cc3d914b8c04a120a9c93e3fbfd444db206a18c.zip |
Merge pull request #36243 from vishaltelangre/patch-1
[ci skip] Typo: Javascript -> JavaScript
-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 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)) |