Skip to content

Commit 0b226f0

Browse files
jlukicCopilot
andauthored
Chore: comment typo
Co-authored-by: Copilot <[email protected]>
1 parent 0a2f1d1 commit 0b226f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/query/src/register-behavior.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export const registerBehavior = (behavior) => {
107107
isSetup = true;
108108
}
109109

110-
// determine run time settings for behavior (we preserve non cloneables like custom classes and dom els)
110+
// determine run time settings for behavior (we preserve non clonables like custom classes and dom elements)
111111
const runtimeSettings = deepExtend({}, Query.prototype[name].defaultSettings, settings);
112112

113113
const $element = this;

0 commit comments

Comments
 (0)