From 118b3fdcbe6f16720738187d9deb178a9854831d Mon Sep 17 00:00:00 2001 From: rishabhpoddar Date: Wed, 19 Jun 2024 15:13:03 +0530 Subject: [PATCH] fixes typo --- v2/community/concepts.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)