Skip to content

Commit 6cdb358

Browse files
authored
Fix small typo in onboarding view
1 parent 6fc3065 commit 6cdb358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tuneful/Views/OnboardingView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ struct OnboardingView: View {
3737
.font(.title2)
3838
.fontWeight(.semibold)
3939
} else if step == .onDetails {
40-
Text("2. Permssions")
40+
Text("2. Permissions")
4141
.font(.title2)
4242
.fontWeight(.semibold)
4343
} else if step == .onShortcuts {

0 commit comments

Comments
 (0)