fix: Typo in OAuth clients (#14292)

* fix: Typo in OAuth clients

* Update index.tsx
This commit is contained in:
Keith Williams
2024-04-02 15:02:26 -03:00
committed by GitHub
parent db865a680f
commit 306f53dec7
@@ -82,7 +82,7 @@ export const OAuthClients = () => {
) : (
<EmptyScreen
headline="Create your first OAuth client"
description="OAuth clients faciliate acceess to cal.com on users behalf"
description="OAuth clients facilitate access to Cal.com on behalf of users"
Icon={Plus}
className="rounded-b-lg rounded-t-none border-t-0"
buttonRaw={<NewOAuthClientButton />}