From 13d275af39ee7d856009ffe2e3a1b17b4e339c00 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sat, 20 Apr 2024 01:07:22 +0900 Subject: [PATCH] Update OAuthImpl.swift enviroment -> environment --- Source/SwiftyDropbox/Shared/Handwritten/OAuth/OAuthImpl.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/SwiftyDropbox/Shared/Handwritten/OAuth/OAuthImpl.swift b/Source/SwiftyDropbox/Shared/Handwritten/OAuth/OAuthImpl.swift index 7b84ab48..b53aa732 100644 --- a/Source/SwiftyDropbox/Shared/Handwritten/OAuth/OAuthImpl.swift +++ b/Source/SwiftyDropbox/Shared/Handwritten/OAuth/OAuthImpl.swift @@ -8,7 +8,7 @@ import Foundation /// /// Use the `DropboxOAuthManager` to authenticate users through OAuth2, save access tokens, and retrieve access tokens. /// -/// @note OAuth flow webviews localize to enviroment locale. +/// @note OAuth flow webviews localize to environment locale. /// public class DropboxOAuthManager: AccessTokenRefreshing { public let locale: Locale?