Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanlesich committed Aug 30, 2024
1 parent eebb809 commit 201b0dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/grant/EarlyReview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export const EarlyReviewButton = () => {
disabled={grant?.requestingEarlyReview}
onClick={handleRequestEarlyReview}
>
<Text>Early Revdiew</Text>
<Text>Early Review</Text>
</Button>
);
};

0 comments on commit 201b0dc

Please sign in to comment.