Skip to content

Commit

Permalink
Fix typo. (#3838)
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeBlanch authored Oct 28, 2022
1 parent 8add3db commit 14794b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/trace/extending-the-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ being exported. Such a "FilteringProcessor" can be written to toggle the
`Activity.Recorded` flag. An example "FilteringProcessor" is shown
[here](./MyFilteringProcessor.cs).

When using such a filtering processor if should be registered BEFORE the
When using such a filtering processor it should be registered BEFORE the
processor containing the exporter which should be bypassed:

```csharp
Expand Down

0 comments on commit 14794b8

Please sign in to comment.