Skip to content

Commit

Permalink
doc: fix a typo in console documentation
Browse files Browse the repository at this point in the history
`console.trace()` function prints 'Trace: ', not 'Trace :'.

PR-URL: #20176
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
  • Loading branch information
belochub authored and vsemozhetbyt committed Apr 20, 2018
1 parent 6e6913b commit d96075c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/console.md
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ added: v0.1.104
* `message` {any}
* `...args` {any}

Prints to `stderr` the string `'Trace :'`, followed by the [`util.format()`][]
Prints to `stderr` the string `'Trace: '`, followed by the [`util.format()`][]
formatted message and stack trace to the current position in the code.

```js
Expand Down

0 comments on commit d96075c

Please sign in to comment.