Skip to content

Commit

Permalink
doc: fix typo in assert.md
Browse files Browse the repository at this point in the history
PR-URL: #16866
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Bryan English <bryan@bryanenglish.com>
  • Loading branch information
mjomble authored and MylesBorins committed Nov 17, 2017
1 parent c4634bf commit 360f403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/assert.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ assert.fail(1, 2, 'whoops', '>');
// AssertionError [ERR_ASSERTION]: whoops
```

*Note*: Is the last two cases `actual`, `expected`, and `operator` have no
*Note*: In the last two cases `actual`, `expected`, and `operator` have no
influence on the error message.

```js
Expand Down

0 comments on commit 360f403

Please sign in to comment.