diff --git a/src/platform-includes/enriching-events/event-processors/dotnet.mdx b/src/platform-includes/enriching-events/event-processors/dotnet.mdx index 5add3c8ee4077..b145394568d68 100644 --- a/src/platform-includes/enriching-events/event-processors/dotnet.mdx +++ b/src/platform-includes/enriching-events/event-processors/dotnet.mdx @@ -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;