We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65c6f70 + 3d94da3 commit 568e177Copy full SHA for 568e177
guides/source/threading_and_code_execution.md
@@ -186,7 +186,7 @@ code to execute each job as it comes off the queue.
186
187
Action Cable uses the Executor instead: because a Cable connection is linked to
188
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
+WebSocket message. Only the message handler is wrapped, though; a long-running
190
Cable connection does not prevent a reload that's triggered by a new incoming
191
request or job. Instead, Action Cable uses the Reloader's `before_class_unload`
192
callback to disconnect all its connections. When the client automatically
0 commit comments