Skip to content

Commit

Permalink
Merge pull request #1458 from votingworks/fix/ui/typo
Browse files Browse the repository at this point in the history
fix(ui): typo
  • Loading branch information
eventualbuddha authored Mar 2, 2022
2 parents bde275b + 2b313c8 commit 5d82368
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/ui/src/modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5d82368

Please sign in to comment.