diff --git a/Vernissage/Views/ThirdPartyView.swift b/Vernissage/Views/ThirdPartyView.swift index aac55c0..197bcb1 100644 --- a/Vernissage/Views/ThirdPartyView.swift +++ b/Vernissage/Views/ThirdPartyView.swift @@ -41,7 +41,7 @@ struct ThirdPartyView: View { .font(.footnote) } - Section("OAuth authrisation") { + Section("OAuth authorization") { VStack(alignment: .leading) { Link("https://github.com/OAuthSwift/OAuthSwift", destination: URL(string: "https://github.com/OAuthSwift/OAuthSwift")!)