Skip to content

Commit

Permalink
Fixed a minor spelling error (hackclub#1023)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arpan-206 authored May 12, 2023
1 parent 3b082a6 commit c28edb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/gallery/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ games
<div class='info-split'>
<div class='search-container'>
<p>
We currently have {games.length} games made my Hack Clubbers. Click on any to play in the browser and hack on the code in our editor!
We currently have {games.length} games made by Hack Clubbers. Click on any to play in the browser and hack on the code in our editor!
</p>

<div class='search-controls'>
Expand Down Expand Up @@ -324,4 +324,4 @@ games
})
</script>
</body>
</html>
</html>

0 comments on commit c28edb3

Please sign in to comment.