doc: fix typo miliseconds -> milliseconds
authorjigsaw <jigsaw@live.jp>
Tue, 17 Feb 2015 15:10:17 +0000 (00:10 +0900)
committercjihrig <cjihrig@gmail.com>
Tue, 17 Feb 2015 15:55:13 +0000 (10:55 -0500)
PR-URL: https://github.com/iojs/io.js/pull/865
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
doc/api/console.markdown

index a42a391..6cd2488 100644 (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
 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.