Skip to content

Commit

Permalink
minor wording changed
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincobain2000 committed Apr 22, 2024
1 parent 0b33e05 commit c33d115
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/frontend/src/components/Article.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</p>

<div
class="text-justify md:pl-48 md:pr-48 pl-5 pr-5 pt-10 pb-10 text-slate-400 bg-slate-800 mt-5 rounded-lg"
class="md:pl-48 md:pr-48 pl-5 pr-5 pt-10 pb-10 text-slate-400 bg-slate-800 mt-5 rounded-lg"
>
<b>CoverItUp</b> - is a new, one of it's kind, complete solution for software
engineers to measure code metrics.
Expand All @@ -26,13 +26,13 @@
<br />
This tool is fully customizable tool to track metrics that should matter to you
the most. Such as, not just the code coverage, but equally important other metrics.
Such asbuild times ・number of dependencies ・bundle sizes etc. Together with
Such as, build times ・number of dependencies ・bundle sizes etc. Together with
additional features, which I share further in this post.
<br />
<br />
<b>Context:</b> mostly all repos use services like CodeCov, Coveralls badges
to display the code-coverage of unit tests on their README on Github. Over years,
many other badges, such ・as number of downloads ・number of people online on
many other badges, such as, number of downloads ・number of people online on
Discord etc also made their way into the README.
<br />
<br />
Expand Down

0 comments on commit c33d115

Please sign in to comment.