Remote trailing spaces

This commit is contained in:
Dima Sabanin
2018-12-10 14:45:57 -05:00
committed by GitHub
parent 488d8cb57e
commit fb832c3d39
+3 -3
View File
@@ -84,9 +84,9 @@ declare namespace PouchDB {
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.
* Setting it to source will only write checkpoints on the source.
* 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.
* Setting it to source will only write checkpoints on the source.
* Setting it to target will only write checkpoints on the target.
*/
checkpoint?: boolean | 'target' | 'source';