Skip to content

Commit 817679a

Browse files
authored
Update src/content/docs/workers/observability/dev-tools/cpu-usage.mdx
1 parent b36fbe4 commit 817679a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/observability/dev-tools/cpu-usage.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ for security purposes. However, measuring CPU execution times is possible in loc
1616

1717
When using DevTools to CPU usage, it may be difficult to replicate specific behavior you are
1818
seeing in production. To mimic production behavior, make sure the requests you send to the local Worker
19-
are similar to requests in production, this might mean sending a large volume of requests, making requests
19+
are similar to requests in production. This might mean sending a large volume of requests, making requests
2020
to specific routes, or using production-like data with the [--remote flag](/workers/testing/local-development/#develop-using-remote-resources-and-bindings).
2121

2222
## Taking a profile

0 commit comments

Comments
 (0)