Skip to content

Commit a4fafc3

Browse files
committed
Fix typo
1 parent b852140 commit a4fafc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/pages/xray/docs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ One trace is one AWS Lambda invocation, i.e. one request or one job. X-Ray appli
101101

102102
This is quite useful: when an application has low traffic, most requests/invocations will be traced. However when traffic ramps up, X-Ray costs don't scale linearly with traffic because only a percentage of requests will be traced.
103103

104-
For very applications with a lot of traffic in production, enabling X-Ray in development and staging environments can be a great way to help debug and troubleshoot issues without incurring high costs.
104+
For applications with a lot of traffic in production, enabling X-Ray in development and staging environments can be a great way to help debug and troubleshoot issues without incurring high costs.
105105

106106
## Usage
107107

0 commit comments

Comments
 (0)