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 9e298b7 commit 2566a86Copy full SHA for 2566a86
abstract-level.js
@@ -454,7 +454,7 @@ class AbstractLevel extends EventEmitter {
454
455
// Forward encoding options to the underlying store
456
if (options === this.#defaultOptions.key) {
457
- // Avoid cloining for default options
+ // Avoid cloning for default options
458
options = this.#defaultOptions.keyFormat
459
} else if (options.keyEncoding !== keyFormat) {
460
options = { ...options, keyEncoding: keyFormat }
0 commit comments