Co-authored-by: Sam Lu <sam.lu@robotsandpencils.com>
This commit is contained in:
Matt Kiazyk 2021-02-10 08:12:56 -06:00 committed by GitHub
parent f636651ba4
commit 80c02295be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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")
}
}