Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bamx23 committed Jun 26, 2024
1 parent 50e68e8 commit f0ce081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Samples/Common/Sources/LibraryBridge/ReportingSample.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class ReportingSample {
KSCrash.shared().sink = CrashReportSinkConsole.filter().defaultCrashReportFilterSet()
KSCrash.shared().sendAllReports { reports, isSuccess, error in
if isSuccess, let reports {
print("Logged \(reports.count) reoprts")
print("Logged \(reports.count) reports")
} else {
print("Failed to log reports: \(error?.localizedDescription ?? "")")
}
Expand Down

0 comments on commit f0ce081

Please sign in to comment.