Skip to content

Commit 928647c

Browse files
mjombleevanlucas
authored andcommitted
doc: fix typo in assert.md
PR-URL: #16866 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Bryan English <[email protected]>
1 parent a184dbc commit 928647c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/assert.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ assert.fail(1, 2, new TypeError('need array'));
337337
// TypeError: need array
338338
```
339339

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

343343
```js

0 commit comments

Comments
 (0)