Skip to content

Commit

Permalink
Merge pull request #117 from HelloYeew/fix-onboarding-typo
Browse files Browse the repository at this point in the history
Fix small typo in onboarding view
  • Loading branch information
martinfekete10 authored Oct 18, 2024
2 parents 6fc3065 + 6cdb358 commit cd5ef76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tuneful/Views/OnboardingView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ struct OnboardingView: View {
.font(.title2)
.fontWeight(.semibold)
} else if step == .onDetails {
Text("2. Permssions")
Text("2. Permissions")
.font(.title2)
.fontWeight(.semibold)
} else if step == .onShortcuts {
Expand Down

0 comments on commit cd5ef76

Please sign in to comment.