Skip to content

Commit d4d1e7f

Browse files
committed
Merge pull request emberjs#5196 from mutewinter/typo_fix
fix typo in enumerable docs
2 parents 67f57a1 + 64fd7ce commit d4d1e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ember-runtime/lib/mixins/enumerable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -978,7 +978,7 @@ export default Mixin.create({
978978

979979
/**
980980
Invoke this method when the contents of your enumerable has changed.
981-
This will notify any observers watching for content changes. If your are
981+
This will notify any observers watching for content changes. If you are
982982
implementing an ordered enumerable (such as an array), also pass the
983983
start and end values where the content changed so that it can be used to
984984
notify range observers.

0 commit comments

Comments
 (0)