Skip to content

Commit

Permalink
doc: fix typo in assert.md
Browse files Browse the repository at this point in the history
change "asssert" to "assert"

PR-URL: #38152
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
arkerone authored and jasnell committed Apr 8, 2021
1 parent 656fb46 commit 093b527
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 @@ -1951,7 +1951,7 @@ assert.rejects(
```

```cjs
const asssert = require('assert/strict');
const assert = require('assert/strict');

assert.rejects(
Promise.reject(new Error('Wrong value')),
Expand Down

0 comments on commit 093b527

Please sign in to comment.