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 evanlucas committed Nov 13, 2017
1 parent a184dbc commit 928647c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/assert.md
Expand Up @@ -337,7 +337,7 @@ assert.fail(1, 2, new TypeError('need array'));
// TypeError: need array
```

*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 928647c

Please sign in to comment.