Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion active/0000-stateful-helpers.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ export default Ember.Helper.extend({

# Drawbacks

Stateful components may superficially appear similar to components, but in
Stateful helpers may superficially appear similar to components, but in
practice they have none of the special behavior of components. The intent of
this RFC is that they remain conceptually very close to function helpers,
but despite this intent they are a new concept for the framework.
Expand Down