Skip to content

Commit 134f145

Browse files
committed
Merge branch 'smi/quick-start/review-connect' of github.com:getsentry/sentry-docs into smi/quick-start/review-connect
2 parents 303e2bd + 306926a commit 134f145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform-includes/getting-started-verify/javascript.connect.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ app.use("/debug-sentry", (req, res) => {
1212

1313
### Tracing
1414

15-
To test your tracing configuration, update the previous code snippet by starting a trace to measure the time it takes for the execution of your code:
15+
To test your tracing configuration, update the previous code snippet by starting a trace to measure the time it takes to execute your code:
1616

1717
```javascript
1818
app.use("/debug-sentry", async (req, res) => {

0 commit comments

Comments
 (0)