diff --git a/Sources/ATProtoKit/APIReference/ATEventStreamConfiguration/ATFirehoseStream/ATFirehoseStream.swift b/Sources/ATProtoKit/APIReference/ATEventStreamConfiguration/ATFirehoseStream/ATFirehoseStream.swift index e4921187e5..d043a127e7 100644 --- a/Sources/ATProtoKit/APIReference/ATEventStreamConfiguration/ATFirehoseStream/ATFirehoseStream.swift +++ b/Sources/ATProtoKit/APIReference/ATEventStreamConfiguration/ATFirehoseStream/ATFirehoseStream.swift @@ -47,7 +47,7 @@ public class ATFirehoseStream: ATEventStreamConfiguration { /// - urlSessionConfiguration: The configuration object that defines the behaviours and /// polices for a URL session in the event stream. Defaults /// to `URLSessionConfiguration.default`. - /// - webSocketTask: The URL session task that communicates over the WebSockets + /// - webSocketTask: The URL session task that communicates over the WebSockets /// protocol standard. public required init(relayURL: String, namespacedIdentifiertURL: String, cursor: Int64?, sequencePosition: Int64?, urlSessionConfiguration: URLSessionConfiguration = .default, webSocketTask: URLSessionWebSocketTask) async throws { diff --git a/Sources/ATProtoKit/APIReference/AppBskyAPI/GetPostThread.swift b/Sources/ATProtoKit/APIReference/AppBskyAPI/GetPostThread.swift index 42fdcba1ff..06e78646f8 100644 --- a/Sources/ATProtoKit/APIReference/AppBskyAPI/GetPostThread.swift +++ b/Sources/ATProtoKit/APIReference/AppBskyAPI/GetPostThread.swift @@ -25,7 +25,7 @@ extension ATProtoKit { /// - parentHeight: The number of parent layers that can be included in the result. /// Optional. Defaults to `80`. Can be between `0` and `1000`. /// - pdsURL: The URL of the Personal Data Server (PDS). Defaults to `nil`. - /// - shouldAuthenticate:Indicates whether the method will use the access token when + /// - shouldAuthenticate:Indicates whether the method will use the access token when /// sending the request. Defaults to `false`. /// - Returns: A post thread that matches the `postURI`. /// diff --git a/Sources/ATProtoKit/APIReference/AppBskyAPI/GetRelationships.swift b/Sources/ATProtoKit/APIReference/AppBskyAPI/GetRelationships.swift index 62ed72c4ef..a2debdef0c 100644 --- a/Sources/ATProtoKit/APIReference/AppBskyAPI/GetRelationships.swift +++ b/Sources/ATProtoKit/APIReference/AppBskyAPI/GetRelationships.swift @@ -23,7 +23,7 @@ extension ATProtoKit { /// - otherDIDs: An array of decentralized identifiers (DIDs) for the other user accounts /// that the primary user account may be related to. Optional. Current maximum item length /// is `50`. - /// - pdsURL: The URL of the Personal Data Server (PDS). Optional. + /// - pdsURL: The URL of the Personal Data Server (PDS). Optional. /// - Returns: The metadata which containing the relationship between mutliple user accounts, /// as well as the decentralized identifier (DID) of the user account that matched /// the `actorDID`. diff --git a/Sources/ATProtoKit/APIReference/AppBskyAPI/SearchActorsSkeleton.swift b/Sources/ATProtoKit/APIReference/AppBskyAPI/SearchActorsSkeleton.swift index 35fcebd770..5aacf8cff2 100644 --- a/Sources/ATProtoKit/APIReference/AppBskyAPI/SearchActorsSkeleton.swift +++ b/Sources/ATProtoKit/APIReference/AppBskyAPI/SearchActorsSkeleton.swift @@ -28,7 +28,7 @@ extension ATProtoKit { /// - limit: The number of items that can be in the list. Optional. Defaults to `25`. /// - cursor: The mark used to indicate the starting point for the next set /// of results. Optional. - /// - pdsURL: The URL of the Personal Data Server (PDS). Optional. + /// - pdsURL: The URL of the Personal Data Server (PDS). Optional. /// - Returns: An array of actors, with an optional cursor to expand the array. The output /// may also display the number of search results. /// diff --git a/Sources/ATProtoKit/APIReference/AppBskyAPI/SearchPostsSkeleton.swift b/Sources/ATProtoKit/APIReference/AppBskyAPI/SearchPostsSkeleton.swift index 9b3c48739d..4c52efe92c 100644 --- a/Sources/ATProtoKit/APIReference/AppBskyAPI/SearchPostsSkeleton.swift +++ b/Sources/ATProtoKit/APIReference/AppBskyAPI/SearchPostsSkeleton.swift @@ -42,7 +42,7 @@ extension ATProtoKit { /// to `25`. /// - cursor: The mark used to indicate the starting point for the next set /// of results. Optional. - /// - pdsURL: The URL of the Personal Data Server (PDS). Optional. + /// - pdsURL: The URL of the Personal Data Server (PDS). Optional. /// - Returns: An array of un-hydrated post records in the results, with an optional cursor to /// expand the array. The output may also display the total number of search results. ///