Skip to content

Commit 568e177

Browse files
Merge pull request #40080 from chiraggshah/patch-3
Fix minor formatting issue [ci skip]
2 parents 65c6f70 + 3d94da3 commit 568e177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/threading_and_code_execution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ code to execute each job as it comes off the queue.
186186

187187
Action Cable uses the Executor instead: because a Cable connection is linked to
188188
a specific instance of a class, it's not possible to reload for every arriving
189-
websocket message. Only the message handler is wrapped, though; a long-running
189+
WebSocket message. Only the message handler is wrapped, though; a long-running
190190
Cable connection does not prevent a reload that's triggered by a new incoming
191191
request or job. Instead, Action Cable uses the Reloader's `before_class_unload`
192192
callback to disconnect all its connections. When the client automatically

0 commit comments

Comments
 (0)