diff options
author | David Kuhta <davidkuhta@gmail.com> | 2016-02-23 21:36:37 -0600 |
---|---|---|
committer | David Kuhta <davidkuhta@gmail.com> | 2016-02-23 21:36:37 -0600 |
commit | 6b515171a8bc5b340fd77fe7936fa89cc9e7f004 (patch) | |
tree | ebe276ba9932b48f6a6729b9d33a677e4a121cf9 | |
parent | f04874f31c514fb66ef938c1b3b55a032a13845e (diff) | |
download | rails-6b515171a8bc5b340fd77fe7936fa89cc9e7f004.tar.gz rails-6b515171a8bc5b340fd77fe7936fa89cc9e7f004.tar.bz2 rails-6b515171a8bc5b340fd77fe7936fa89cc9e7f004.zip |
Header Typo
-rw-r--r-- | guides/source/action_cable_overview.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/action_cable_overview.md b/guides/source/action_cable_overview.md index c24a507b9a..7e031072d7 100644 --- a/guides/source/action_cable_overview.md +++ b/guides/source/action_cable_overview.md @@ -8,7 +8,7 @@ After reading this guide, you will know: * How to setup Action Cable * How to setup channels -b + Introduction ------------ |