hotwired / turbo-rails

Use Turbo in your Ruby on Rails app
https://turbo.hotwired.dev
MIT License
2.03k stars 305 forks source link

Fix method references in documentation. #611

Closed Schwad closed 2 months ago

Schwad commented 2 months ago

There is a broadcast_refresh method and a broadcasts_refreshes method, but not a broadcast_refreshes method.

I found this out the hard way when following the documentation today!

seanpdoyle commented 2 months ago

@Schwad thank you for proposing this change. Does it overlap with https://github.com/hotwired/turbo-rails/pull/608?

Schwad commented 2 months ago

Yes. I'll close this. Thank you. I don't know if the other method doc correction in that PR is right but it does include my change