Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

fix: Update custom-pouchdb.d.ts #2860

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
2 changes: 1 addition & 1 deletion src/custom-pouchdb.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ declare namespace PouchDB {
// Or build the index
build?: true

// F ields to search over
// Fields to search over
fields: (keyof Content)[] | { [field in keyof Content]: number }

limit?: number
Expand Down