Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
callmehiphop committed Jul 10, 2013
1 parent a8d80e8 commit d8dbfeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ setTimeout(function() {
console.timeEnd('myTimer');
}, 2000);
# It should then log out something like like..
# It should then log out something like..
# myTimer: 2000ms
```

For more information on `console.time()` visit [MDN] (https://developer.mozilla.org/en-US/docs/Web/API/console.time).
For more information on `console.time()` visit [MDN] (https://developer.mozilla.org/en-US/docs/Web/API/console.time).

0 comments on commit d8dbfeb

Please sign in to comment.