Skip to content

Commit

Permalink
Align docs for fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Aug 20, 2023
1 parent 3abead9 commit 91e23fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ Snitcher.install(
traceActivity = if (BuildConfig.DEBUG) {
MyExceptionTraceActivity::class
} else {
traceActivity = RestoreActivity::class,
RestoreActivity::class
},
exceptionHandler = {
if (!BuildConfig.DEBUG) {
Expand Down

0 comments on commit 91e23fb

Please sign in to comment.