aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorJon Moss <maclover7@users.noreply.github.com>2016-02-27 15:17:11 -0500
committerJon Moss <maclover7@users.noreply.github.com>2016-02-27 15:17:11 -0500
commit65b2cfadddeaa3b077332f4c2a7848321255495a (patch)
treecd07007daf37b0762087e38097843bf9ee4e192b /guides
parent3174b5f92a43e4bfdf4f833389b1ac819ac2cdc5 (diff)
parentb425a865917aa34717f5016a6d05a220672c2b5e (diff)
downloadrails-65b2cfadddeaa3b077332f4c2a7848321255495a.tar.gz
rails-65b2cfadddeaa3b077332f4c2a7848321255495a.tar.bz2
rails-65b2cfadddeaa3b077332f4c2a7848321255495a.zip
Merge pull request #23933 from HayleyCAnderson/ha-action-cable-docs-fixes
[ci skip] Add small Action Cable documentation fixes
Diffstat (limited to 'guides')
-rw-r--r--guides/source/configuring.md4
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