Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(sonic): Fix typos #13124

Merged
merged 1 commit into from
May 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(sonic): Fix typos
  • Loading branch information
austin-schaefer committed May 18, 2023
commit 703d38f6c000e1f5833f6f84025b3881904ee34b
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Our transactions UI helps you diagnose the source of a problem so you can improv
src={journeyConsuming}
/>
<figcaption>
These charts shows your most time consuming transactions.
These charts show your most time consuming transactions.
</figcaption>

<img
Expand All @@ -71,7 +71,7 @@ Our transactions UI helps you diagnose the source of a problem so you can improv
src={journeySlow}
/>
<figcaption>
These charts shows your slowest transactions.
These charts show your slowest transactions.
</figcaption>
</Side>
</SideBySide>
Expand Down Expand Up @@ -125,4 +125,4 @@ As you monitor your response times, keep a close eye on your app’s transaction
<DocTile title='Identify slow database queries' number='3' path="/docs/journey-app-slow/slow-database-queries" ></DocTile>
<DocTile title='Identify slow external services' number='4' path="/docs/journey-app-slow/external-services" ></DocTile>
<DocTile title='Create performance benchmarks' number='5' path="/docs/journey-app-slow/create-benchmarks/" ></DocTile>
</DocTiles>
</DocTiles>