Skip to content

Commit 7596f90

Browse files
committed
Add missing file
1 parent 4a037e2 commit 7596f90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/Callout/macos/FRNCalloutManager.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ + (NSRect)screenRect:(id)json
2626
@"rightTopEdge": @(NSRectEdgeMaxX),
2727
@"rightCenter": @(NSRectEdgeMaxX),
2828
@"rightBottomEdge": @(NSRectEdgeMaxX),
29-
@"bottonLeftEdge": @(NSRectEdgeMinY),
29+
@"bottomLeftEdge": @(NSRectEdgeMinY),
3030
@"bottomAutoEdge": @(NSRectEdgeMinY),
3131
@"bottomCenter": @(NSRectEdgeMinY),
3232
@"bottomRightEdge": @(NSRectEdgeMinY),

0 commit comments

Comments
 (0)