Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
squash: add articles
Co-authored-by: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
LiviaMedeiros and cjihrig authored Apr 22, 2022
commit 24d940724eda62ba9ebb14c69894fc18519c4acc
2 changes: 1 addition & 1 deletion doc/contributing/writing-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ assert.throws(
);
```

In case of internal errors, prefer checking only `code` property:
In the case of internal errors, prefer checking only the `code` property:

```js
assert.throws(
Expand Down