Skip to content

Commit 721d5ff

Browse files
committed
Fix typo in the docs
1 parent e7661d8 commit 721d5ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/trace-global-exception.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Tracing Global Exceptions
22

3-
You can trace the global exceptions by providing `exceptionHandler` lambd parameter. This can be highly beneficial if you intend to gather and report exceptions to other platforms, such as [Firebase Crashlyrics](https://firebase.google.com/docs/crashlytics).
3+
You can trace the global exceptions by providing `exceptionHandler` lambda parameter. This can be highly beneficial if you intend to gather and report exceptions to other platforms, such as [Firebase Crashlyrics](https://firebase.google.com/docs/crashlytics).
44

55
```kotlin
66
Snitcher.install(

0 commit comments

Comments
 (0)