Skip to content

Commit 6f3e8ab

Browse files
authored
spelling: checkpoint (#8827)
1 parent a480a52 commit 6f3e8ab

File tree

1 file changed

+1
-1
lines changed
  • packages/node_modules/pouchdb-checkpointer/src

1 file changed

+1
-1
lines changed

packages/node_modules/pouchdb-checkpointer/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var CHECKPOINT_VERSION = 1;
55
var REPLICATOR = "pouchdb";
66
// This is an arbitrary number to limit the
77
// amount of replication history we save in the checkpoint.
8-
// If we save too much, the checkpoing docs will become very big,
8+
// If we save too much, the checkpoint docs will become very big,
99
// if we save fewer, we'll run a greater risk of having to
1010
// read all the changes from 0 when checkpoint PUTs fail
1111
// CouchDB 2.0 has a more involved history pruning,

0 commit comments

Comments
 (0)