diff options
author | Matthew Marchese <maffblaster@gentoo.org> | 2018-04-14 02:04:08 -0700 |
---|---|---|
committer | Matthew Marchese <maffblaster@gentoo.org> | 2018-04-14 02:04:08 -0700 |
commit | 873ae0bbe0dceb451d5abf92e3a8552549a9cbfe (patch) | |
tree | c6eec9360c0c3f62aa0f387054a6466906fa6a23 | |
parent | Add id attribute to developer status pages. (diff) | |
download | www-873ae0bbe0dceb451d5abf92e3a8552549a9cbfe.tar.gz www-873ae0bbe0dceb451d5abf92e3a8552549a9cbfe.tar.bz2 www-873ae0bbe0dceb451d5abf92e3a8552549a9cbfe.zip |
Fix a typo.
Signed-off-by: Matthew Marchese <maffblaster@gentoo.org>
-rw-r--r-- | get-involved/contribute/index.html | 4 | ||||
-rw-r--r-- | get-involved/index.html | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/get-involved/contribute/index.html b/get-involved/contribute/index.html index e114d4b..9e0e8c2 100644 --- a/get-involved/contribute/index.html +++ b/get-involved/contribute/index.html @@ -174,9 +174,9 @@ nav2-weight: 40 <span class="fa fa-fw fa-newspaper-o fa-5x"></span> </div> <div class="col-xs-12 col-md-10"> - <h2 class="stick-top">Contribute Articles and Stories</h2> + <h2 class="stick-top">Contribute articles and stories</h2> <p> - The <a href="https://blogs.gentoo.org/news/">Gentoo Monthly News</a> team always looks for pieces on cool use cases of Gentoo or news related to our project. + The <a href="https://blogs.gentoo.org/news/">Gentoo news</a> team always looks for pieces on cool use cases of Gentoo or news related to our project. <br> Break out your writing pads and get <kbd>--verbose</kbd>. </p> diff --git a/get-involved/index.html b/get-involved/index.html index 399ee3a..c8ae4d4 100644 --- a/get-involved/index.html +++ b/get-involved/index.html @@ -37,7 +37,7 @@ nav1-weight: 30 <div class="list-group"> <a href="contribute/" class="list-group-item"> <h4 class="list-group-item-heading"><i class="fa fa-fw fa-gears"></i> Contribute</h4> - <p class="list-group-item-text">There are lots of things that could improved.</p> + <p class="list-group-item-text">There are lots of things that could be improved.</p> </a> <a href="become-developer/" class="list-group-item"> <h4 class="list-group-item-heading"><i class="fa fa-fw fa-rocket"></i> Become a developer</h4> |