We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80858c5 commit 616e273Copy full SHA for 616e273
src/OpenTelemetry.Api/README.md
@@ -249,7 +249,7 @@ following sections describes more features.
249
### Activity creation options
250
251
Basic usage example above showed how `StartActivity` method can be used to start
252
-an `Activity`. The started activity will automatically becomes the `Current`
+an `Activity`. The started activity automatically becomes the `Current`
253
activity. It is important to note that the `StartActivity` returns `null`, if no
254
listeners are interested in the activity to be created. This happens when the
255
final application does not enable OpenTelemetry, or when OpenTelemetry samplers
0 commit comments