Skip to content

Commit

Permalink
fix typo in computed_macros.js
Browse files Browse the repository at this point in the history
change 'provied' to 'provided' to improve API doc readability.
  • Loading branch information
heychrisek committed Aug 22, 2014
1 parent fdc817c commit 28a16f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ember-metal/lib/computed_macros.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ registerComputed('equal', function(dependentKey, value) {
});

/**
A computed property that returns true if the provied dependent property
A computed property that returns true if the provided dependent property
is greater than the provided value.
Example
Expand Down

0 comments on commit 28a16f2

Please sign in to comment.