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

Commit dbaeb2c

Browse files
authored
Merge pull request #279 from zhangyangyu/patch-1
fix fmt in network-latency.md
2 parents fd009de + deda047 commit dbaeb2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concepts/network-latency.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ When experiencing slow query times, it's important to rule out any potential net
6565

6666
Once you have a measurement of the query in your application, you can then compare the query to the data in [Query Insights](/docs/concepts/query-insights). The difference between the numbers can give you an idea of how much time was spent transferring the data across the network. If you see a large difference, it is likely due to network latency between the application and database.
6767

68-
If you can access your application's host machine, you can also use netcat` to understand the latency between the host and PlanetScale.
68+
If you can access your application's host machine, you can also use `netcat` to understand the latency between the host and PlanetScale.
6969

7070
```shell
7171
time nc -z aws.connect.psdb.cloud 3306

0 commit comments

Comments
 (0)