mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-03-25 08:55:46 +00:00
fix typo
Co-authored-by: Sam Lu <sam.lu@robotsandpencils.com>
This commit is contained in:
parent
f636651ba4
commit
80c02295be
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ public struct ObservingProgressIndicator: View {
|
|||
isIndeterminate: progress.progress.isIndeterminate,
|
||||
style: style
|
||||
)
|
||||
.help("Dowloading: \(Int((progress.progress.fractionCompleted * 100)))% complete")
|
||||
.help("Downloading: \(Int((progress.progress.fractionCompleted * 100)))% complete")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue