summaryrefslogtreecommitdiff
path: root/doc/api/assert.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/assert.md')
-rw-r--r--doc/api/assert.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/assert.md b/doc/api/assert.md
index 45132eec85..57fcc14de2 100644
--- a/doc/api/assert.md
+++ b/doc/api/assert.md
@@ -1083,7 +1083,7 @@ validating against a string property. See below for examples.
If specified, `message` will be the message provided by the `AssertionError` if
the block fails to throw.
-Custom validation object / error instance:
+Custom validation object/error instance:
```js
const err = new TypeError('Wrong value');