Skip to content

Commit 7fc6a45

Browse files
committed
Fix typo
1 parent b9489a8 commit 7fc6a45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ remove(tree, 'leaf')
3838
console.dir(tree, {depth: null})
3939
```
4040

41-
Yields: (note the parent of `5` is also removed, due to `opts.cascade`)
41+
Yields: (note the parent of `5` is also removed, due to `options.cascade`)
4242

4343
```js
4444
{

0 commit comments

Comments
 (0)