Skip to content

Commit 093b527

Browse files
arkeronejasnell
authored andcommitted
doc: fix typo in assert.md
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>
1 parent 656fb46 commit 093b527

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
@@ -1951,7 +1951,7 @@ assert.rejects(
19511951
```
19521952

19531953
```cjs
1954-
const asssert = require('assert/strict');
1954+
const assert = require('assert/strict');
19551955

19561956
assert.rejects(
19571957
Promise.reject(new Error('Wrong value')),

0 commit comments

Comments
 (0)