diff --git a/docs/content/docs/plugins/oauth-provider.mdx b/docs/content/docs/plugins/oauth-provider.mdx index 2947216850..23544e366f 100644 --- a/docs/content/docs/plugins/oauth-provider.mdx +++ b/docs/content/docs/plugins/oauth-provider.mdx @@ -1489,13 +1489,13 @@ Table Name: `oauthClient` }, { name: "tos", - type: "string[]", + type: "string", description: "Client Terms of Service displayed on UI Screens", isOptional: true, }, { name: "policy", - type: "string[]", + type: "string", description: "Client Privacy policy displayed on UI Screens", isOptional: true, },