Skip to content

Commit 8a8c729

Browse files
committed
Fix typo
1 parent b77e508 commit 8a8c729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ts/controllers/s-popover.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ namespace Stacks {
192192
// @ts-ignore
193193
FloatingUIDOM.offset(10), FloatingUIDOM.flip(), FloatingUIDOM.shift({ padding: 10 }),
194194
// @ts-ignore
195-
FloatingUIDOM.arrow({ element: arrowEl }),
195+
FloatingUIDOM.arrow({ element: arrowElement }),
196196
],
197197
// @ts-ignore
198198
}).then(({middlewareData, placement, x, y}) => {

0 commit comments

Comments
 (0)