Skip to content

Commit

Permalink
Merge pull request #40 from samlader/patch-1
Browse files Browse the repository at this point in the history
Fix wording on projects page
  • Loading branch information
healeycodes authored Dec 28, 2023
2 parents c6ca87b + ad546a7 commit 85c5acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function Projects({ totalStars, mostRecentPushFormatted }: { tota
<h1>Projects</h1>
<main>
<p>
My side projects include programming languages, web frameworks, game solvers, developer tools, databases, and games. My public GitHub repositories been starred {totalStars} times, and my last open source <code>git push</code> was {mostRecentPushFormatted} ago.
My side projects include programming languages, web frameworks, game solvers, developer tools, databases, and games. My public GitHub repositories have been starred {totalStars} times, and my last open source <code>git push</code> was {mostRecentPushFormatted} ago.
</p>
<h2>Open Source</h2>
<div className="project-list">
Expand Down

1 comment on commit 85c5acd

@vercel
Copy link

@vercel vercel bot commented on 85c5acd Dec 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.