Skip to content

Commit

Permalink
Fix typo ("period if time" to "period of time")
Browse files Browse the repository at this point in the history
  • Loading branch information
chesterlaw committed Aug 23, 2014
1 parent e255342 commit da02c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ember-metal/lib/run_loop.js
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ run.sync = function() {

/**
Invokes the passed target/method and optional arguments after a specified
period if time. The last parameter of this method must always be a number
period of time. The last parameter of this method must always be a number
of milliseconds.
You should use this method whenever you need to run some action after a
Expand Down

0 comments on commit da02c96

Please sign in to comment.