Skip to content

Commit 31ff159

Browse files
author
Ikko Eltociear Ashimine
authored
Fix typo in OAuthImpl.swift (#417)
enviroment -> environment
1 parent caaa9c6 commit 31ff159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/SwiftyDropbox/Shared/Handwritten/OAuth/OAuthImpl.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import Foundation
88
///
99
/// Use the `DropboxOAuthManager` to authenticate users through OAuth2, save access tokens, and retrieve access tokens.
1010
///
11-
/// @note OAuth flow webviews localize to enviroment locale.
11+
/// @note OAuth flow webviews localize to environment locale.
1212
///
1313
public class DropboxOAuthManager: AccessTokenRefreshing {
1414
public let locale: Locale?

0 commit comments

Comments
 (0)