Skip to content

Commit 616e273

Browse files
Fix grammar in README about Activity creation (#6491)
Co-authored-by: Rajkumar Rangaraj <[email protected]>
1 parent 80858c5 commit 616e273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OpenTelemetry.Api/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ following sections describes more features.
249249
### Activity creation options
250250
251251
Basic usage example above showed how `StartActivity` method can be used to start
252-
an `Activity`. The started activity will automatically becomes the `Current`
252+
an `Activity`. The started activity automatically becomes the `Current`
253253
activity. It is important to note that the `StartActivity` returns `null`, if no
254254
listeners are interested in the activity to be created. This happens when the
255255
final application does not enable OpenTelemetry, or when OpenTelemetry samplers

0 commit comments

Comments
 (0)