diff options
author | Akira Matsuda <ronnie@dio.jp> | 2017-04-27 01:57:03 +0900 |
---|---|---|
committer | Akira Matsuda <ronnie@dio.jp> | 2017-04-27 01:57:03 +0900 |
commit | b6ac50b3ee2ff51203774cc0c2647a437237f396 (patch) | |
tree | be86c19fa0a27074e1570bc2c0a2b98156d58e35 /guides/source | |
parent | 801b33a4812c937a7e726d4060e2e3e9361c56fa (diff) | |
download | rails-b6ac50b3ee2ff51203774cc0c2647a437237f396.tar.gz rails-b6ac50b3ee2ff51203774cc0c2647a437237f396.tar.bz2 rails-b6ac50b3ee2ff51203774cc0c2647a437237f396.zip |
s/broadcasing/broadcasting/
[ci skip]
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/5_1_release_notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/5_1_release_notes.md b/guides/source/5_1_release_notes.md index a0fa1680c4..9c1e6e7e46 100644 --- a/guides/source/5_1_release_notes.md +++ b/guides/source/5_1_release_notes.md @@ -324,7 +324,7 @@ Please refer to the [Changelog][action-cable] for detailed changes. * Permit same-origin connections by default. ([commit](https://github.com/rails/rails/commit/dae404473409fcab0e07976aec626df670e52282)) -* Add `ActiveSupport::Notifications` hook for broadcasing data. +* Add `ActiveSupport::Notifications` hook for broadcasting data. ([Pull Request](https://github.com/rails/rails/pull/24988)) Action Pack |