docs: fix typos (#5151)

This commit is contained in:
Samuel Rigaud
2023-09-12 21:50:05 -04:00
committed by GitHub
parent 8777c3f72c
commit 263382103f
17 changed files with 18 additions and 18 deletions

View File

@@ -204,7 +204,7 @@ Bun.ArrayBufferSink;
## `Bun.deepEquals()`
Nestedly checks if two objects are equivalent. This is used internally by `expect().toEqual()` in `bun:test`.
Recursively checks if two objects are equivalent. This is used internally by `expect().toEqual()` in `bun:test`.
```ts
const foo = { a: 1, b: 2, c: { d: 3 } };