Skip to content

Commit 04b5a0a

Browse files
authored
Update README.md
Fix grammar while we're at it: whose not who's
1 parent 8eaebb5 commit 04b5a0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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 (`_rev`) 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)