diff options
author | Rafael G. Martins <rafaelmartins@gentoo.org> | 2020-03-07 13:22:26 +0100 |
---|---|---|
committer | Max Magorsch <arzano@gentoo.org> | 2020-03-07 14:43:50 +0100 |
commit | 39e4d4f66bff53eb956ceb2cac0f1f151c013485 (patch) | |
tree | ca773a521efd63f04bb1f9f2c02c34c6377aa3c7 | |
parent | Fix the planet pluto link in the footer (diff) | |
download | planet-tyrian-39e4d4f66bff53eb956ceb2cac0f1f151c013485.tar.gz planet-tyrian-39e4d4f66bff53eb956ceb2cac0f1f151c013485.tar.bz2 planet-tyrian-39e4d4f66bff53eb956ceb2cac0f1f151c013485.zip |
Fix minor typo in contributors page
Signed-off-by: Rafael G. Martins <rafaelmartins@gentoo.org>
Signed-off-by: Max Magorsch <arzano@gentoo.org>
-rw-r--r-- | tyrian-contributors.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tyrian-contributors.html.erb b/tyrian-contributors.html.erb index f0a00e2..71d6d7f 100644 --- a/tyrian-contributors.html.erb +++ b/tyrian-contributors.html.erb @@ -112,7 +112,7 @@ <div class="page-header mb-4" style="border-bottom: none!important;padding-bottom: 10px!important;margin-top:0px!important;"> <h1>Contributors <br> - <small> the gentoo univerese aggregates feeds from <%= site.items.map { |i| i.feed }.uniq.length() %> + <small> the gentoo universe aggregates feeds from <%= site.items.map { |i| i.feed }.uniq.length() %> sources</small> </h1> </div> |