Skip to content

Commit 88646a4

Browse files
committed
Fix grammar for error page button
Change "Get Trophy's" to "Get Trophies".
1 parent 97e9fad commit 88646a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ async function app(req: Request): Promise<Response> {
5858
</div>
5959
<div>
6060
<h2>You can use this form: </h2>
61-
<p>Enter your username and click get trophies</p>
61+
<p>Enter your username and click "Get Trophies"</p>
6262
<form action="${base}" method="get">
6363
<label for="username">GitHub Username</label>
6464
<input type="text" name="username" id="username" placeholder="Ex. gabriel-logan" required>
@@ -69,7 +69,7 @@ async function app(req: Request): Promise<Response> {
6969
<a href="https://github.com/ryo-ma/github-profile-trophy?tab=readme-ov-file#apply-theme" target="_blank">here</a>
7070
</text>
7171
<br>
72-
<button type="submit">Get Trophy&apos;s</button>
72+
<button type="submit">Get Trophies</button>
7373
</form>
7474
</div>
7575
<script>

0 commit comments

Comments
 (0)