Skip to content

Commit

Permalink
Fix typo (#3102)
Browse files Browse the repository at this point in the history
  • Loading branch information
reyang authored Mar 29, 2022
1 parent bf79f0d commit 7d34791
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/trace/customizing-the-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ provider to start collecting traces from them.
`AddSource` method on `TracerProviderBuilder` can be used to add a
`ActivitySource` to the provider. The name of the `ActivitySource`
(case-insensitive) must be the argument to this method. Multiple `AddSource` can
be called to add more than one source. It also supports wild-card subscription
be called to add more than one source. It also supports wildcard subscription
model as well.

It is not possible to add sources *after* the provider is built, by calling the
Expand Down
2 changes: 1 addition & 1 deletion src/OpenTelemetry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ provider to start collecting traces from them.

`AddSource` method on `TracerProviderBuilder` can be used to add a
`ActivitySource` to the provider. Multiple `AddSource` can be called to add more
than one source. It also supports wild-card subscription model as well.
than one source. It also supports wildcard subscription model as well.

Similar to `Sampler` and `Resource`, it is not possible to add sources *after*
the provider is built, by calling the `Build()` method on the
Expand Down

0 comments on commit 7d34791

Please sign in to comment.