phoenixframework / phoenix_live_view

Rich, real-time user experiences with server-rendered HTML
https://hex.pm/packages/phoenix_live_view
MIT License
6.14k stars 921 forks source link

Fix typo in 'Arbitrary async operations' section #3243

Closed rhcarvalho closed 4 months ago

rhcarvalho commented 4 months ago

There's an extra "to" in "used to directly to update", but instead of simply removing it I thought a small rewording would make the sentence clearer.

Note that in the paragraph preceeding the code example we already said "For this, you can use ... and the AsyncResult module directly:"

SteffenDE commented 4 months ago

Thank you, again :)