Skip to content

Commit f69da16

Browse files
committed
Fix ActionCable allowed_request_origin configuration guide typo
1 parent fb1f3d3 commit f69da16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/configuring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2954,7 +2954,7 @@ only the configured origins.
29542954

29552955
#### `config.action_cable.allowed_request_origins`
29562956

2957-
Determines the request origins which will be accepted but the cable server.
2957+
Determines the request origins which will be accepted by the cable server.
29582958
The default value is `/https?:\/\/localhost:\d+/` in the `development` environment.
29592959

29602960
### Configuring Active Storage

0 commit comments

Comments
 (0)