We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6fd2c5 commit 0555b3cCopy full SHA for 0555b3c
doc/api/console.markdown
@@ -66,7 +66,7 @@ Defaults to `false`. Colors are customizable, see below.
66
67
Used to calculate the duration of a specific operation. To start a timer, call
68
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
+timer, and to get the elapsed time in milliseconds, just call the
70
[`console.timeEnd()`](#console_console_timeend_label) method, again passing the
71
timer's name as the parameter.
72
0 commit comments