Fix typos

This commit is contained in:
Alex Cabal 2024-12-16 15:45:11 -06:00
parent 051e286a6d
commit 8e6b05a150
6 changed files with 23 additions and 12 deletions

View file

@ -56,7 +56,7 @@ $includeStatus = $includeStatus ?? true;
</td>
<? } ?>
<td>
<a href="<?= Formatter::EscapeHtml($project->VcsUrl) ?>">Respository</a>
<a href="<?= Formatter::EscapeHtml($project->VcsUrl) ?>">Repository</a>
</td>
<td>
<? if($project->DiscussionUrl !== null){ ?>