Skip to content

Commit 0555b3c

Browse files
e-jigsawcjihrig
authored andcommittedFeb 17, 2015
doc: fix typo miliseconds -> milliseconds
PR-URL: #865 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent c6fd2c5 commit 0555b3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎doc/api/console.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Defaults to `false`. Colors are customizable, see below.
6666

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

0 commit comments

Comments
 (0)