From b425a865917aa34717f5016a6d05a220672c2b5e Mon Sep 17 00:00:00 2001 From: Hayley Anderson Date: Sat, 27 Feb 2016 13:53:31 -0500 Subject: Add small Action Cable documentation fixes * Fix typos/grammar errors * Make capitalization/naming consistent --- guides/source/configuring.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'guides') 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 -- cgit v1.2.3