diff --git a/types/pouchdb-replication/index.d.ts b/types/pouchdb-replication/index.d.ts index b2b560a925..653a93685d 100644 --- a/types/pouchdb-replication/index.d.ts +++ b/types/pouchdb-replication/index.d.ts @@ -82,7 +82,7 @@ declare namespace PouchDB { * The default delay will never exceed 10 minutes. */ back_off_function?(delay: number): number; - + /** * Can be used if you want to disable checkpoints on the source, target, or both. * Setting this option to false will prevent writing checkpoints on both source and target.