Skip to content

Commit

Permalink
[DOCS] Correct grammar issue on home page (#2905)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Chinchilla authored Nov 16, 2020
1 parent 403e996 commit 32adaf3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions site/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ <h1 class="hero-home__heading line-height-1-2 font-weight-semibold c-mt-6">
<span class="text-blue-light">M3:</span>
Open Source Metrics Engine
</h1>
<div class="hero-home__desc line-height-1-8 c-mt-8 c-mt-md-5">M3 is a Prometheus compatible, easy to adopt metrics engine that provides visibility for some of the world’s largest brands.</div>
<div class="hero-home__desc line-height-1-8 c-mt-8 c-mt-md-5">M3 is a Prometheus compatible, easy to adopt metrics engine that provides visibility for some of the world’s largest brands. <b style="text-decoration: underline;"><a href="https://github.com/m3db/m3/releases/tag/v1.0.0">Now v1.0.0</a></b>.</div>
<a target="_self" rel="noopener" href="/docs/quickstart/docker"
class="crunch-button crunch-button__full-background crunch-button__full-background--gradient-color
crunch-button__full-background--arrow-right crunch-button__full-background--large text-white c-mt-10 c-mt-md-8">
Expand Down Expand Up @@ -937,7 +937,7 @@ <h5 class="font-size-28 font-weight-bold c-mt-6 c-mt-md-5 c-mt-lg-2">Performant<
<img class="lazyload" src="../images/home/features/feature-5.svg" loading="lazy" alt="5" />
</div>
<h5 class="font-size-28 font-weight-bold c-mt-6 c-mt-md-5 c-mt-lg-2">Compatible</h5>
<p class="description font-size-20 mx-auto font-weight-medium line-height-1-5 c-mt-4">Compatible with Prometheus, StatsD, and Carbon ingestion formats as well as PromQL, Graphite query languages.</p>
<p class="description font-size-20 mx-auto font-weight-medium line-height-1-5 c-mt-4">Compatible with Prometheus, StatsD, and Carbon ingestion formats as well as PromQL and Graphite query languages.</p>
</div>

<div class="features__col features__col--6 col-md-6 col-lg-4 px-xl-0 align-items-stretch text-center c-pt-8">
Expand Down Expand Up @@ -1059,4 +1059,4 @@ <h4 class="main-footer__title font-size-16 font-weight-bold text-primary">Join o


</body>
</html>
</html>

0 comments on commit 32adaf3

Please sign in to comment.