Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit 0eb632d

Browse files
author
David Hersh
committed
Fix some typos
1 parent b61429f commit 0eb632d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

api_server/modules/apiweb/templates/partial_launcher_detailed.hbs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -662,8 +662,8 @@ function onIdeSelected(e, moniker) {
662662

663663
<div class="content-body-tab" id="content-body-tab1">
664664
<div>
665-
Use the frames of the stack trace to navigate the code. Leverage the pwoer of New Relic AI, and help
666-
your teammates to collaborate on the investigation.
665+
Use the frames of the stack trace to navigate the code. Leverage the power of New Relic AI, and the help
666+
your teammates, to collaborate on the investigation.
667667
</div>
668668
<div>
669669
<img class="observability-gif" src="https://raw.githubusercontent.com/TeamCodeStream/CodeStream/develop/images/animated/ErrorsAI-VSC.gif" alt="CodeStream Observability" />
@@ -690,7 +690,7 @@ function onIdeSelected(e, moniker) {
690690
<div class="content-body-tab" id="content-body-tab4">
691691
<div>
692692
Identify transactions that are exhibiting performance problems since your last release, and drill down
693-
into specific methods, database operations or external services that are the root of the problem.
693+
into specific methods, database operations or external services that are at the root of the problem.
694694
</div>
695695
<div>
696696
<img class="observability-gif" src="https://images.codestream.com/misc/redirect-anomalies.png" />
@@ -729,16 +729,16 @@ function onIdeSelected(e, moniker) {
729729
Investigate Errors
730730
</h4>
731731
<div>
732-
Use the frames of the stack trace to navigate the code. Leverage the pwoer of New Relic AI, and help
733-
your teammates to collaborate on the investigation.
732+
Use the frames of the stack trace to navigate the code. Leverage the power of New Relic AI, and the help
733+
your teammates, to collaborate on the investigation.
734734
</div>
735735
<h4 class="content-body-section-header">
736736
<svg style="margin-top: -5px; width: 22px; fill: rgb(220, 223, 228)" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" focusable="false"><path fill-rule="evenodd" d="M9 12v3H1v-3h8zm-1 1H2v1h6v-1zm4-6v3H1V7h11zm-1 1H2v1h9V8zm4-6v3H1V2h14zm-1 1H2v1h12V3z" clip-rule="evenodd"></path></svg>
737737
Identify Poorly Performing Code
738738
</h4>
739739
<div>
740740
Identify transactions that are exhibiting performance problems since your last release, and drill down
741-
into specific methods, database operations or external services that are the root of the problem.
741+
into specific methods, database operations or external services that are at the root of the problem.
742742
</div>
743743
</div>
744744
{{/if}}

0 commit comments

Comments
 (0)