Skip to content

Commit c2d8c12

Browse files
authored
Merge pull request rails#54451 from ersatzryan/rg-fix-action-cable-config-typo
Fix ActionCable allowed_request_origin configuration guide typo [ci skip]
2 parents bc5fb7e + f69da16 commit c2d8c12

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)