diff --git a/src/popup/Popup.tsx b/src/popup/Popup.tsx index 9e9ccb7ff..e2f5b8780 100644 --- a/src/popup/Popup.tsx +++ b/src/popup/Popup.tsx @@ -31,7 +31,7 @@ export type PopupPosition = 'top' | 'left' | 'bottom' | 'right' | 'center' | ''; export type PopupCloseIconPosition = | 'top-left' | 'top-right' - | 'botttom-left' + | 'bottom-left' | 'bottom-right'; const [name, bem] = createNamespace('popup');