We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70bd2af commit 04a1735Copy full SHA for 04a1735
packages/node_modules/pouchdb-adapter-indexeddb/src/rewrite.js
@@ -4,7 +4,7 @@ var IDB_NULL = Number.MIN_SAFE_INTEGER;
4
var IDB_FALSE = Number.MIN_SAFE_INTEGER + 1;
5
var IDB_TRUE = Number.MIN_SAFE_INTEGER + 2;
6
7
-// These are the same as bellow but without the global flag
+// These are the same as below but without the global flag
8
// we want to use RegExp.test because it's really fast, but the global flag
9
// makes the regex const stateful (seriously) as it walked through all instances
10
var TEST_KEY_INVALID = /^[^a-zA-Z_$]|[^a-zA-Z0-9_$]+/;
0 commit comments