Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Aug 9, 2022
1 parent f1d4f69 commit 8334396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/popover/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ const Popover = (
},
};
} else if ( anchorRefFallback.current ) {
// If not explicit ref if passed via props, fallback to
// If no explicit ref is passed via props, fall back to
// anchoring to the popover's parent node.
resultingReferenceRef = anchorRefFallback.current.parentNode;
}
Expand Down

0 comments on commit 8334396

Please sign in to comment.