diff --git a/libs/ui/src/modal.tsx b/libs/ui/src/modal.tsx index 354583ec2..7f3abaebc 100644 --- a/libs/ui/src/modal.tsx +++ b/libs/ui/src/modal.tsx @@ -73,8 +73,8 @@ interface Props { /** * Modal actions go here, most likely buttons. The primary action (such as * "Save") should be first under a fragment, and the secondary actions (such - * as "Cancel") should after that in the order they should be presented from - * left to right. + * as "Cancel") should be after that in the order they should be presented + * from left to right. */ actions?: ReactNode; onAfterOpen?: () => void;