Merge pull request #207 from cppalliance/206-typo

📝 Fix typo
This commit is contained in:
Lacey Williams Henschel
2023-04-28 08:56:17 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -87,7 +87,7 @@
<div class="py-2 border-b md:py-6 border-slate" id="mission">
<h2>Mission</h2>
<p>
The Boost mission is threefold: (a) develop high-quality, expert+reviewed, open-source C++ libraries,
The Boost mission is threefold: (a) develop high-quality, expert-reviewed, open-source C++ libraries,
(b) incubate C++ standard library enhancements, and (c) advance and disseminate C++ software development
best practices. This is accomplished by facilitating C++ community engagement, providing necessary financial/legal
support, and breaking rare directional decision-making deadlocks while upholding our shared values of

View File

@@ -30,7 +30,7 @@
<h2 class="mb-3 text-4xl">Boost Mission</h2>
The Boost mission is threefold:
<ul class="mb-11 ml-6 space-y-2 list-disc">
<li>develop high-quality, expert+reviewed, open-source C++ libraries</li>
<li>develop high-quality, expert-reviewed, open-source C++ libraries</li>
<li>incubate C++ standard library enhancements</li>
<li>advance and disseminate C++ software development best practices</li>
</ul>