doc: fix typo miliseconds -> milliseconds

PR-URL: https://github.com/iojs/io.js/pull/865
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
pull/442/merge
jigsaw 2015-02-18 00:10:17 +09:00 committed by cjihrig
parent c6fd2c5e95
commit 0555b3c785
1 changed files with 1 additions and 1 deletions

View File

@ -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 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 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 [`console.timeEnd()`](#console_console_timeend_label) method, again passing the
timer's name as the parameter. timer's name as the parameter.