Skip to content

Commit b36fbe4

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ objects in memory.
1515

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

2121
## Taking a snapshot

0 commit comments

Comments
 (0)