diff options
author | Kasper Timm Hansen <kaspth@gmail.com> | 2019-04-25 22:45:37 +0200 |
---|---|---|
committer | Kasper Timm Hansen <kaspth@gmail.com> | 2019-04-25 22:45:37 +0200 |
commit | c1533562a273a4f096f57956c12d6cc8614b22bd (patch) | |
tree | 994115fe732f84e88e00fe9bd89c2746367ca4d4 /guides | |
parent | 792f489c456e3908f98934fbc2087a4140017eae (diff) | |
download | rails-c1533562a273a4f096f57956c12d6cc8614b22bd.tar.gz rails-c1533562a273a4f096f57956c12d6cc8614b22bd.tar.bz2 rails-c1533562a273a4f096f57956c12d6cc8614b22bd.zip |
[ci skip] Get npm just the way they like it
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/upgrading_ruby_on_rails.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/upgrading_ruby_on_rails.md b/guides/source/upgrading_ruby_on_rails.md index bcde9c0059..7e4152aa51 100644 --- a/guides/source/upgrading_ruby_on_rails.md +++ b/guides/source/upgrading_ruby_on_rails.md @@ -100,7 +100,7 @@ to be able to rollback set ### Action Cable JavaScript API Changes The Action Cable JavaScript package has been converted from CoffeeScript -to ES2015, and we now publish the source code in the NPM distribution. +to ES2015, and we now publish the source code in the npm distribution. This release includes some breaking changes to optional parts of the Action Cable JavaScript API: |