diff --git a/v2/community/concepts.mdx b/v2/community/concepts.mdx index d8d4559a9..c6bd872c3 100644 --- a/v2/community/concepts.mdx +++ b/v2/community/concepts.mdx @@ -34,7 +34,7 @@ This feature allows you to change the default functionality of SuperTokens on th - Add pre / post API logic - Entirely disable or arbitrarily modify our API logic -If you are familiar with Auth0 actions, or AWS Congito's lambda triggers, ***Overrides*** is our version of that. However, unlike those, you can use the override feature to make changes (to SuperTokens) within your own backend API code. +If you are familiar with Auth0 actions, or AWS Cognito's lambda triggers, ***Overrides*** is our version of that. However, unlike those, you can use the override feature to make changes (to SuperTokens) within your own backend API code. There are specific types of overrides: - Recipe function overrides (on the backend)