Fixed a typo in third party view

This commit is contained in:
Patrick 2023-04-18 06:33:48 +02:00
parent d104683ec4
commit 2db216bccd
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ struct ThirdPartyView: View {
.font(.footnote) .font(.footnote)
} }
Section("OAuth authrisation") { Section("OAuth authorization") {
VStack(alignment: .leading) { VStack(alignment: .leading) {
Link("https://github.com/OAuthSwift/OAuthSwift", Link("https://github.com/OAuthSwift/OAuthSwift",
destination: URL(string: "https://github.com/OAuthSwift/OAuthSwift")!) destination: URL(string: "https://github.com/OAuthSwift/OAuthSwift")!)