Skip to content

Commit

Permalink
doc: fix typo miliseconds -> milliseconds
Browse files Browse the repository at this point in the history
PR-URL: #865
Reviewed-By: Colin Ihrig <[email protected]>
  • Loading branch information
e-jigsaw authored and cjihrig committed Feb 17, 2015
1 parent c6fd2c5 commit 0555b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/console.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Defaults to `false`. Colors are customizable, see below.

Used to calculate the duration of a specific operation. To start a timer, call
the `console.time()` method, giving it a name as only parameter. To stop the
timer, and to get the elapsed time in miliseconds, just call the
timer, and to get the elapsed time in milliseconds, just call the
[`console.timeEnd()`](#console_console_timeend_label) method, again passing the
timer's name as the parameter.

Expand Down

0 comments on commit 0555b3c

Please sign in to comment.