diff options
author | Hayley Anderson <hayleyanderson@zoho.com> | 2016-02-27 13:53:31 -0500 |
---|---|---|
committer | Hayley Anderson <hayleyanderson@zoho.com> | 2016-02-27 13:53:31 -0500 |
commit | b425a865917aa34717f5016a6d05a220672c2b5e (patch) | |
tree | 98056904a9596a4eab0a5482ed972baca58446b9 /guides | |
parent | ecf6dc3dfbc0cdf1b0a86f48e030debd0f917cb6 (diff) | |
download | rails-b425a865917aa34717f5016a6d05a220672c2b5e.tar.gz rails-b425a865917aa34717f5016a6d05a220672c2b5e.tar.bz2 rails-b425a865917aa34717f5016a6d05a220672c2b5e.zip |
Add small Action Cable documentation fixes
* Fix typos/grammar errors
* Make capitalization/naming consistent
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/configuring.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/configuring.md b/guides/source/configuring.md index bcf045b6e0..41985c3661 100644 --- a/guides/source/configuring.md +++ b/guides/source/configuring.md @@ -622,8 +622,8 @@ There are a few configuration options available in Active Support: if you are running Action Cable servers that are separated from your main application. * `config.action_cable.mount_path` accepts a string for where to mount Action - Cable, as apart of the main server process. Defaults to `/cable`. -You can set this as nil to not mount Action Cable as apart of your + Cable, as part of the main server process. Defaults to `/cable`. +You can set this as nil to not mount Action Cable as part of your normal Rails server. ### Configuring a Database |