diff --git a/doc/api/assert.md b/doc/api/assert.md index c1b2f8d728eea7..5572ce5284c564 100644 --- a/doc/api/assert.md +++ b/doc/api/assert.md @@ -2548,7 +2548,7 @@ assert.throws(throwingFirst, /Second$/); Due to the confusing error-prone notation, avoid a string as the second argument. -## `assert.deepMatch(actual, expected[, message])` +## `assert.partialDeepEqual(actual, expected[, message])`