Skip to content

Commit

Permalink
Update zero-code.md
Browse files Browse the repository at this point in the history
Change the sentence: "This means that requests and responses, database calls, message queue calls, and so forth are what are instrumented" to "This means that requests and responses, database calls, message queue calls, and so forth are instrumented" (ie remove the "what are")
  • Loading branch information
TomClqncy committed Apr 17, 2024
1 parent 6f694e3 commit cf90a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/concepts/instrumentation/zero-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ your application.

Typically, zero-code instrumentation adds instrumentation for the libraries
you're using. This means that requests and responses, database calls, message
queue calls, and so forth are what are instrumented. Your application's code,
queue calls, and so forth are instrumented. Your application's code,
however, is not typically instrumented. To instrument your code, you'll need to
use [code-based instrumentation](/docs/concepts/instrumentation/code-based).

Expand Down

0 comments on commit cf90a77

Please sign in to comment.