summaryrefslogtreecommitdiff
path: root/doc/api/console.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/console.md')
-rw-r--r--doc/api/console.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/console.md b/doc/api/console.md
index 53395d8ef6..d9736a7c9f 100644
--- a/doc/api/console.md
+++ b/doc/api/console.md
@@ -492,7 +492,7 @@ added: v8.0.0
* `label` {string}
This method does not display anything unless used in the inspector. The
-`console.timeStamp()` method adds an event with the label `label` to the
+`console.timeStamp()` method adds an event with the label `'label'` to the
**Timeline** panel of the inspector.
### console.timeline([label])