diff --git a/src/platforms/unity/troubleshooting.mdx b/src/platforms/unity/troubleshooting.mdx index e18456c89ff16..1d489862e3f48 100644 --- a/src/platforms/unity/troubleshooting.mdx +++ b/src/platforms/unity/troubleshooting.mdx @@ -92,7 +92,7 @@ You can resolve this issue by installing the SDK with UPM. ### Unhandled Exceptions - Debug.LogException -Currenty, it is not possible for the SDK to distinguish between the user calling `Debug.LogException` and the SDK capturing an unhandled exception through the Unity logging integration. To capture an exception and mark it as handled you can call `SentrySDK.CaptureException` instead. +Currenty, it is not possible for the SDK to distinguish between the user calling `Debug.LogException` and the SDK capturing an unhandled exception. To capture an exception and mark it as handled you can call `SentrySDK.CaptureException` instead. ### Universal Windows Platform - Events Not Sent