aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2017-04-27 01:57:03 +0900
committerAkira Matsuda <ronnie@dio.jp>2017-04-27 01:57:03 +0900
commitb6ac50b3ee2ff51203774cc0c2647a437237f396 (patch)
treebe86c19fa0a27074e1570bc2c0a2b98156d58e35
parent801b33a4812c937a7e726d4060e2e3e9361c56fa (diff)
downloadrails-b6ac50b3ee2ff51203774cc0c2647a437237f396.tar.gz
rails-b6ac50b3ee2ff51203774cc0c2647a437237f396.tar.bz2
rails-b6ac50b3ee2ff51203774cc0c2647a437237f396.zip
s/broadcasing/broadcasting/
[ci skip]
-rw-r--r--guides/source/5_1_release_notes.md2
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