Skip to content

Commit 51fa1f4

Browse files
authored
typo fix (#1940)
1 parent e078e68 commit 51fa1f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Loop/View Controllers/CommandResponseViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ extension CommandResponseViewController {
1919
deviceManager.generateDiagnosticReport { (report) in
2020
DispatchQueue.main.async {
2121
completionHandler([
22-
"Use the Share button above save this diagnostic report to aid investigating your problem. Issues can be filed at https://github.com/LoopKit/Loop/issues.",
22+
"Use the Share button above to save this diagnostic report to aid investigating your problem. Issues can be filed at https://github.com/LoopKit/Loop/issues.",
2323
"Generated: \(date)",
2424
"",
2525
report,

0 commit comments

Comments
 (0)