Skip to content

Commit 306926a

Browse files
Update platform-includes/getting-started-verify/javascript.connect.mdx
Co-authored-by: Alex Krawiec <[email protected]>
1 parent 52ff942 commit 306926a

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
@@ -10,7 +10,7 @@ app.use("/debug-sentry", (req, res, next) => {
1010

1111
### Tracing
1212

13-
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:
13+
To test your tracing configuration, update the previous code snippet by starting a trace to measure the time it takes to execute your code:
1414

1515
```javascript
1616
app.use("/debug-sentry", async (req, res, next) => {

0 commit comments

Comments
 (0)