From 214375556af8670575d7e62989c96e9a7cefd51f Mon Sep 17 00:00:00 2001 From: Andrey Adamovich <2787794+aadamovich@users.noreply.github.com> Date: Sat, 6 Sep 2025 13:53:38 +0300 Subject: [PATCH] Fix typo in header (#14337) --- .../src/content/user-guide/integrations/api-webhooks.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/twenty-website/src/content/user-guide/integrations/api-webhooks.mdx b/packages/twenty-website/src/content/user-guide/integrations/api-webhooks.mdx index 9bbc2117d2..896bc44299 100644 --- a/packages/twenty-website/src/content/user-guide/integrations/api-webhooks.mdx +++ b/packages/twenty-website/src/content/user-guide/integrations/api-webhooks.mdx @@ -5,7 +5,7 @@ icon: IconApi image: /images/user-guide/api/api.png sectionInfo: Learn how to connect Twenty to your other tools. --- -## Twnenty API +## Twenty API Twenty offers APIs in **REST and GraphQL**. - Use the **Metadata API** for anything related to your workspace and its data model. - Use the **Core API** for anything related to your records.