Skip to content

Commit fc0a9fd

Browse files
SlexomPessimistress
authored andcommitted
fix: typo in PositionType value (#1444)
1 parent 9b76253 commit fc0a9fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/dynamic-position.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export type PositionType = 'top' | 'top-left' | 'top-right' | 'bottom' | 'bottom-left' | 'bottem-right' | 'left' | 'right';
1+
export type PositionType = 'top' | 'top-left' | 'top-right' | 'bottom' | 'bottom-left' | 'bottom-right' | 'left' | 'right';
22

33
export const ANCHOR_POSITION: Record<PositionType, {
44
x: number,

0 commit comments

Comments
 (0)