Skip to content

Commit c30dee9

Browse files
Copilotgrdsdev
andcommitted
docs: fix spelling and grammar in updateClient documentation (#841)
* Initial plan * docs: fix spelling and grammar in updateClient documentation Co-authored-by: grdsdev <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: grdsdev <[email protected]>
1 parent 0f80f5e commit c30dee9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Sources/Auth/AuthAdminOAuth.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,12 @@ public struct AuthAdminOAuth: Sendable {
9999
.decoded(decoder: configuration.decoder)
100100
}
101101

102-
/// Updates as existing OAuth client registration. Only the provided fields will be updated.
102+
/// Updates an existing OAuth client registration. Only the provided fields will be updated.
103103
/// Only relevant when the OAuth 2.1 server is enabled in Supabase Auth.
104104
///
105105
/// - Parameter clientId: The unique identifier of the OAuth client.
106-
/// - Parameter params: The fields for updated.
107-
/// - Note: The funciton should only be called on a server. Never expose your `service_role` key in the client.
106+
/// - Parameter params: The fields to update.
107+
/// - Note: This function should only be called on a server. Never expose your `service_role` key in the client.
108108
public func updateClient(
109109
clientId: UUID,
110110
params: UpdateOAuthClientParams

0 commit comments

Comments
 (0)