Skip to content

Commit

Permalink
fix: grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
mensah-j committed Oct 20, 2024
1 parent c07f93d commit 15c296f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/(about)/_components/SectionAbout/SectionAbout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ import { Section } from "@/app/_components/Section";
export function SectionAbout() {
return (
<Section name="about">
I am a recent MIT &apos;24 graduate with a SB in Mathematics and Physics.
I am a recent MIT graduate (&apos;24) with a BS in Mathematics and
Physics.
</Section>
);
}

0 comments on commit 15c296f

Please sign in to comment.