Skip to content

Commit df710f2

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/platforms/dart/guides/flutter/troubleshooting.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ Building a Flutter app for a specific ABI using the `--target-platform` argument
3737
flutter build apk --target-platform=android-arm --split-per-abi
3838
```
3939

40-
## Running Sentry within an Isolate
40+
## Running Sentry Within an Isolate
4141

42-
If you have a Sentry instance running within a separate [Isolate](https://dart.dev/language/isolates) you must execute `Sentry.close()` before the Isolate completes otherwise the Isolate won't shut down correctly.
42+
If you have a Sentry instance running within a separate [Isolate](https://dart.dev/language/isolates) you must execute `Sentry.close()` before the Isolate completes, otherwise the Isolate won't shut down correctly.
4343

4444
## Native Symbolication on Android
4545

0 commit comments

Comments
 (0)