Skip to content

Commit 2566a86

Browse files
authored
Fix typo
1 parent 9e298b7 commit 2566a86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

abstract-level.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ class AbstractLevel extends EventEmitter {
454454

455455
// Forward encoding options to the underlying store
456456
if (options === this.#defaultOptions.key) {
457-
// Avoid cloining for default options
457+
// Avoid cloning for default options
458458
options = this.#defaultOptions.keyFormat
459459
} else if (options.keyEncoding !== keyFormat) {
460460
options = { ...options, keyEncoding: keyFormat }

0 commit comments

Comments
 (0)