Skip to content

Commit d9ced65

Browse files
committed
Fix typo
1 parent 7f2ddb4 commit d9ced65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-foundry/how-to/develop/trace-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ When developing with the OpenAI SDK, you can instrument your code so traces are
194194

195195
## Trace to console
196196

197-
It may be useful to also trace your application and send the traces to the local execution console. Such approach may result beneficial when running unit tests or integration tests in your application using an automated CI/CD pipeline. Traces can be sent to the console and captured by your CI/CD tool to further analysis.
197+
It may be useful to also trace your application and send the traces to the local execution console. Such approach may be beneficial when running unit tests or integration tests in your application using an automated CI/CD pipeline. Traces can be sent to the console and captured by your CI/CD tool to further analysis.
198198

199199
Configure tracing as follows:
200200

0 commit comments

Comments
 (0)