Skip to content

Commit 85561d0

Browse files
authored
fix: typos in Unity troubleshooting (#5060)
1 parent cc977dd commit 85561d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/platforms/unity/troubleshooting.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ You can resolve this issue by installing the SDK with UPM.
9090

9191
## Events
9292

93-
### Unhandled Excpetions - Debug.LogException
93+
### Unhandled Exceptions - Debug.LogException
9494

95-
Currenty, it is not possible for the SDK to distiguish between the user calling `Debug.LogException` and the SDK capturing an unhandled excpetion through the Unity logging integration. To capture an exception and mark it as handled you can call `SentrySDK.CaptureException` instead.
95+
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.
9696

9797
### Universal Windows Platform - Events Not Sent
9898

0 commit comments

Comments
 (0)