Skip to content

Commit 1076ecc

Browse files
YakovLglynnbird
andauthored
docs: correct db.destroy description (#333)
* docs: correct db.destroy description * Update README.md Fix grammar while we're at it: whose not who's --------- Co-authored-by: Glynn Bird <[email protected]>
1 parent a405ee9 commit 1076ecc

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
@@ -541,7 +541,7 @@ const response = await alice.insert({ _id: 'myid', _rev: '1-23202479633c2b380f79
541541

542542
### db.destroy(docname, rev, [callback])
543543

544-
Removes a document from CouchDB whose `_id` is `docname` and who's revision is `_rev`:
544+
Removes a document from CouchDB whose `_id` is `docname` and whose revision (`_rev`) is `rev`:
545545

546546
```js
547547
const response = await alice.destroy('rabbit', '3-66c01cdf99e84c83a9b3fe65b88db8c0')

0 commit comments

Comments
 (0)