From e14b525892f9bf8f53d69733dd6af6719dc6ef83 Mon Sep 17 00:00:00 2001 From: Edward Faulkner Date: Sun, 17 May 2015 23:07:29 -0400 Subject: [PATCH] Update 0000-stateful-helpers.md --- active/0000-stateful-helpers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/active/0000-stateful-helpers.md b/active/0000-stateful-helpers.md index 0fb2233672..a6ae79ce17 100644 --- a/active/0000-stateful-helpers.md +++ b/active/0000-stateful-helpers.md @@ -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.