Skip to content

Commit 8bf7fb3

Browse files
committed
Tweak sentence structure of documentation in authenticate()
1 parent c44f5dd commit 8bf7fb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/ATProtoKit/APIReference/SessionManager/SessionConfiguration.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ public protocol SessionConfiguration: AnyObject, Sendable {
112112
/// while adding the password and tokens to the `keychainProtocol` instance. Additional
113113
/// Two-Factor Authentication implementations must be handled as well.
114114
///
115-
/// - Note: 2FA detection now supports both `.badRequest` (400) and `.unauthorized` (401)
116-
/// responses containing the `AuthFactorTokenRequired` error.
115+
/// - Note: Two-Factor Authentication detection supports both `.badRequest` (400) and
116+
/// `.unauthorized` (401) responses containing the `AuthFactorTokenRequired` error.
117117
///
118118
/// - Parameters:
119119
/// - handle: The hanle used for the account.

0 commit comments

Comments
 (0)