Skip to content

Commit bb9418e

Browse files
Apply suggestions from code review
Co-authored-by: Alex Krawiec <[email protected]>
1 parent d2a34dd commit bb9418e

File tree

1 file changed

+2
-2
lines changed
  • docs/platforms/unity/troubleshooting

1 file changed

+2
-2
lines changed

docs/platforms/unity/troubleshooting/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ This is a [known limitation](https://github.com/getsentry/sentry-unity/issues/88
7070
### Sentry didn't capture Unity's test/helper function ForceCrash
7171

7272
Unity provides a function to test crashes called `UnityEngine.Diagnostics.Utils.ForceCrash()`. The Sentry SDK subscribes to the signal handlers and captures **all signals** received by it.
73-
But the result of that function doesn't get invoke our callback.
74-
Outside of this helper funciton, Sentry is unaware of any **real world** crash type that isn't invoking our signal handlers.
73+
But the result of that function doesn't get invoked our callback.
74+
Outside of this helper function, Sentry is unaware of any **real world** crash type that isn't invoking our signal handlers.
7575

7676
### Screenshot contain artifacts
7777

0 commit comments

Comments
 (0)