Merge pull request #37 from patricks/develop

Fixed a typo in third party view
This commit is contained in:
Marcin Czachurski 2023-04-18 12:01:02 +02:00 committed by GitHub
commit 77036cbc70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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")!)