diff options
author | Zach van Rijn <me@zv.io> | 2021-07-14 10:32:34 -0500 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2021-07-14 10:32:34 -0500 |
commit | 29456f2e59694ea76e01d0e00633af5d00ed0fd6 (patch) | |
tree | 46ac6a75f2e7eb4b8fdc353f02e7ee9c2b0473b5 | |
parent | b3dbab9c8d40b1751c025e829bd80d658e2551cc (diff) | |
download | site-ng-29456f2e59694ea76e01d0e00633af5d00ed0fd6.tar.gz site-ng-29456f2e59694ea76e01d0e00633af5d00ed0fd6.tar.bz2 site-ng-29456f2e59694ea76e01d0e00633af5d00ed0fd6.tar.xz site-ng-29456f2e59694ea76e01d0e00633af5d00ed0fd6.zip |
Fix typo in About page.
-rw-r--r-- | src/about/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/about/index.html b/src/about/index.html index 4846ad7..9e133db 100644 --- a/src/about/index.html +++ b/src/about/index.html @@ -112,7 +112,7 @@ __HEADER__ </div> <p>Adélie isn't satisfied with just being a Linux distribution. While it is important to contribute bug fixes and patches to upstream software projects and provide a reliable experience for our users, we care deeply about bringing industry-leading software to musl, and musl to the forefront of science.</p> <br /> - <p>We are pursuing partnerships and collaborations with universities and research organizations to solve a tomorrow's problems using musl-based distributions. We hope to publish some of our work.</p> + <p>We are pursuing partnerships and collaborations with universities and research organizations to solve tomorrow's problems using musl-based distributions. We hope to publish some of our work.</p> <br /> <a>Linux is installed on every single TOP500 supercomputer. Linux distributions need to catch up.</a> <a class="button button-lg button-radius button-white-2 margin-top-30" href="/download/">Download for Clusters</a> |