Skip to content

Commit 102b303

Browse files
authored
indexeddb: fix typo in comment (#8604)
1 parent 908de71 commit 102b303

File tree

1 file changed

+1
-1
lines changed
  • packages/node_modules/pouchdb-adapter-indexeddb/src

1 file changed

+1
-1
lines changed

packages/node_modules/pouchdb-adapter-indexeddb/src/setup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ var POUCHDB_IDB_VERSION = 1;
2626
// - or 89 system migrations up to 5050/02/14
2727
//
2828
// This impl does the former. If this code still exists after 2198 someone send my
29-
// decendents a Spacebook message congratulating them on their impressive genes.
29+
// descendants a Spacebook message congratulating them on their impressive genes.
3030
//
3131
// 9007199254740991 <- MAX_SAFE_INTEGER
3232
// 10000000000000 <- 10^13

0 commit comments

Comments
 (0)