Skip to content

Commit

Permalink
Fix typo in README (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
awolfson authored Oct 29, 2020
1 parent f61fd72 commit 90308c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ class TopTodosComponent < ViewComponent::Base
end
```

This will cause any user that has a page open with `MyComponent` mounted on it to re-render that component's portion of the page.
This will cause any user that has a page open with `TopTodosComponent` mounted on it to re-render that component's portion of the page.

All invocations of `stream_from` connected methods will cause the component to re-render everywhere, and unchanged rendered HTML will not perform any changes.

Expand Down

0 comments on commit 90308c4

Please sign in to comment.