fix: correct typo 'buttom' to 'bottom' in repo home template description

This commit is contained in:
root 2024-12-08 03:22:42 +00:00
parent f2b5cd5444
commit 4b8c7fc05b

View File

@ -21,7 +21,7 @@
{{ if and (not .HideRepoInfo) (not .IsBlame)}}
<div class="repo-description gt-word-break">
Source files of this project at <a href="#bottom">buttom</a> of page. All source is under MIT license if no LICENSE file in list.
Source files of this project at <a href="#bottom">bottom</a> of page. All source is under MIT license if no LICENSE file in list.
</div>
{{ end }}