Skip to content

Commit 0a2f1d1

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/behaviors/attach/attach.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ const events = {
544544
const mutations = {
545545
'attributes'({ attributeName, attributeValue = '', settings, self }) {
546546
if (settings.observeChanges) {
547-
// only obverve changes that cause layout changes
547+
// only observe changes that cause layout changes
548548
const styleChanged = attributeName == 'style';
549549
const displayChanged = attributeValue.includes('display');
550550
if (styleChanged && displayChanged) {

0 commit comments

Comments
 (0)