Skip to content

Commit 8bedd7d

Browse files
authored
Merge pull request rails#54689 from sajadtorkamani/patch-1
[ci skip] docs: fix punctuation
2 parents 0f9de98 + b0c26dd commit 8bedd7d

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)