We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a480a52 commit 6f3e8abCopy full SHA for 6f3e8ab
packages/node_modules/pouchdb-checkpointer/src/index.js
@@ -5,7 +5,7 @@ var CHECKPOINT_VERSION = 1;
5
var REPLICATOR = "pouchdb";
6
// This is an arbitrary number to limit the
7
// amount of replication history we save in the checkpoint.
8
-// If we save too much, the checkpoing docs will become very big,
+// If we save too much, the checkpoint docs will become very big,
9
// if we save fewer, we'll run a greater risk of having to
10
// read all the changes from 0 when checkpoint PUTs fail
11
// CouchDB 2.0 has a more involved history pruning,
0 commit comments