Skip to content

Commit

Permalink
fix(frontend): fix analyzer description (#2648)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeepc committed Jun 5, 2023
1 parent be3c75f commit c199fb2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion web/src/components/AnalyzerResult/AnalyzerResult.tsx
Expand Up @@ -24,7 +24,7 @@ const AnalyzerResult = ({result: {score, passed, plugins = []}, trace}: IProps)
Analyzer Results <BetaBadge />
</S.Title>
<S.Description>
The Tracetest Analyzer its a plugin based framework used to analyze OpenTelemetry traces to help teams improve
The Tracetest Analyzer is a plugin based framework used to analyze OpenTelemetry traces to help teams improve
their instrumentation data, find potential problems and provide tips to fix the problems.{' '}
{linter.enabled ? (
<>
Expand Down
10 changes: 5 additions & 5 deletions web/src/components/Settings/Linter/Linter.tsx
Expand Up @@ -6,11 +6,11 @@ const Linter = () => (
<S.Container>
<S.Description>
<p>
This beta release of the Tracetest Analyzer its a plugin based framework used to audit OpenTelemetry traces to
help teams improve their instrumentation data, find potential problems and provide tips to fix the problems. We
have released this initial version to get feedback from the community. Have thoughts about how to improve the
Tracetest Analyzer? Add to this <a href={OCTOLIINT_ISSUE_URL}>Issue</a> or <a href={DISCORD_URL}>Discord</a>!
Currently, the analyzer supports the following plugins:
The Tracetest Analyzer is a plugin based framework used to audit OpenTelemetry traces to help teams improve
their instrumentation data, find potential problems and provide tips to fix the problems. We have released this
initial version to get feedback from the community. Have thoughts about how to improve the Tracetest Analyzer?
Add to this <a href={OCTOLIINT_ISSUE_URL}>Issue</a> or <a href={DISCORD_URL}>Discord</a>! Currently, the
analyzer supports the following plugins:
</p>
<S.LinterPluginList>
<li>
Expand Down

0 comments on commit c199fb2

Please sign in to comment.