mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-03-25 08:55:46 +00:00
Fix typo
This commit is contained in:
parent
f970649bad
commit
85a96edd45
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ struct InstallationStepView: View {
|
|||
controlSize: .small,
|
||||
style: .spinning
|
||||
)
|
||||
.help("Dowloading: \(Int((progress.fractionCompleted * 100)))% complete")
|
||||
.help("Downloading: \(Int((progress.fractionCompleted * 100)))% complete")
|
||||
case .unarchiving, .moving, .trashingArchive, .checkingSecurity, .finishing:
|
||||
ProgressView()
|
||||
.scaleEffect(0.5)
|
||||
|
|
|
|||
Loading…
Reference in a new issue