Skip to content

Commit

Permalink
Merge pull request #317 from DAOmasons/fixTypo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
jordanlesich authored Aug 30, 2024
2 parents 046bd84 + 201b0dc commit 589c040
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 589c040

Please sign in to comment.