Skip to content
This repository was archived by the owner on Aug 2, 2025. It is now read-only.

Commit 35c87a6

Browse files
committed
Typo
1 parent 6959152 commit 35c87a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controller/DefaultController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function index(): Response
2929
<li><a href="/all.json">All main PHP versions</a></li>
3030
<li><a href="/releases.json">All PHP releases versions</a></li>
3131
<li><a href="/current.json">Maintened versions</a></li>
32-
<li><a href="/eol.json">Unmainted versions</a></li>
32+
<li><a href="/eol.json">Unmaintened versions</a></li>
3333
</ul>
3434
<p>Last update: $lastUpdate</p>
3535
</body>

0 commit comments

Comments
 (0)