Skip to content

Commit

Permalink
Fixed typo in dotnet.mdx (#7605)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescrosswell authored Aug 8, 2023
1 parent ee59760 commit ae7a217
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
You can create your own event processors by implementing the `ISentryEventProcessor` interfact. You can also create custom processors for transactions by implementing the `ISentryTransactionProcessor`.
You can create your own event processors by implementing the `ISentryEventProcessor` interface. You can also create custom processors for transactions by implementing the `ISentryTransactionProcessor`.

```csharp
using Sentry;
Expand Down

0 comments on commit ae7a217

Please sign in to comment.