Skip to content

Commit b0c26dd

Browse files
docs: fix punctuation
1 parent 0f9de98 commit b0c26dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/working_with_javascript_in_rails.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ Finally, Turbo Streams can be initiated from a model or a background job using b
240240
These broadcasts can be used to update content via a WebSocket connection to all users, keeping
241241
page content fresh and bringing your application to life.
242242

243-
To broadcast a Turbo Stream from a model combine a model callback like this:
243+
To broadcast a Turbo Stream from a model, combine a model callback like this:
244244

245245
```ruby
246246
class Post < ApplicationRecord

0 commit comments

Comments
 (0)