From 7544cf9436a7e2b703bf760d801622e7fba3fd5f Mon Sep 17 00:00:00 2001 From: Alexander Pervakov Date: Thu, 21 Sep 2023 15:59:22 +0300 Subject: [PATCH] Remove second extra "r" in "triggered" --- .../user-context/custom-request-properties.mdx | 12 ++++++------ .../sessions/anonymous-session.mdx | 6 +++--- .../user-context/custom-request-properties.mdx | 12 ++++++------ .../sessions/anonymous-session.mdx | 6 +++--- .../user-context/custom-request-properties.mdx | 12 ++++++------ .../sessions/anonymous-session.mdx | 6 +++--- .../user-context/custom-request-properties.mdx | 12 ++++++------ .../sessions/anonymous-session.mdx | 6 +++--- .../user-context/custom-request-properties.mdx | 12 ++++++------ .../sessions/anonymous-session.mdx | 6 +++--- .../user-context/custom-request-properties.mdx | 12 ++++++------ .../sessions/anonymous-session.mdx | 6 +++--- 12 files changed, 54 insertions(+), 54 deletions(-) diff --git a/v2/emailpassword/advanced-customizations/user-context/custom-request-properties.mdx b/v2/emailpassword/advanced-customizations/user-context/custom-request-properties.mdx index 8fcb66539..fd5f26797 100644 --- a/v2/emailpassword/advanced-customizations/user-context/custom-request-properties.mdx +++ b/v2/emailpassword/advanced-customizations/user-context/custom-request-properties.mdx @@ -86,7 +86,7 @@ Session.init({ customHeaderValue = request.getHeaderValue("customHeader"); } else { /** - * This is possible if the function is triggerred from the user management dashboard + * This is possible if the function is triggered from the user management dashboard * * In this case set a reasonable default value to use */ @@ -118,7 +118,7 @@ Session.init({ customHeaderValue = request.getHeaderValue("customHeader"); } else { /** - * This is possible if the function is triggerred from the user management dashboard + * This is possible if the function is triggered from the user management dashboard * * In this case set a reasonable default value to use */ @@ -164,7 +164,7 @@ func main() { customHeadervalue = request.Header.Get("customHeader") } else { /** - * This is possible if the function is triggerred from the user management dashboard + * This is possible if the function is triggered from the user management dashboard * * In this case set a reasonable default value to use */ @@ -193,7 +193,7 @@ func main() { customHeadervalue = request.Header.Get("customHeader") } else { /** - * This is possible if the function is triggerred from the user management dashboard + * This is possible if the function is triggered from the user management dashboard * * In this case set a reasonable default value to use */ @@ -238,7 +238,7 @@ def override_session_functions(original_implementation: RecipeInterface): customHeaderValue=request.get_header("customHeader") else: # - # This is possible if the function is triggerred from the user management dashboard + # This is possible if the function is triggered from the user management dashboard # # In this case set a reasonable default value to use # @@ -265,7 +265,7 @@ def override_session_apis(original_implementation: APIInterface): customHeaderValue=request.get_header("customHeader") else: # - # This is possible if the function is triggerred from the user management dashboard + # This is possible if the function is triggered from the user management dashboard # # In this case set a reasonable default value to use # diff --git a/v2/emailpassword/common-customizations/sessions/anonymous-session.mdx b/v2/emailpassword/common-customizations/sessions/anonymous-session.mdx index 2f6d09e71..02390d177 100644 --- a/v2/emailpassword/common-customizations/sessions/anonymous-session.mdx +++ b/v2/emailpassword/common-customizations/sessions/anonymous-session.mdx @@ -177,7 +177,7 @@ SuperTokens.init({ jwt = request.getCookieValue("jwt"); } else { /** - * This is possible if the function is triggerred from the user management dashboard + * This is possible if the function is triggered from the user management dashboard * * In this case because we cannot read the JWT, we create a session without the custom * payload properties @@ -251,7 +251,7 @@ func main() { } } else { /** - * This is possible if the function is triggerred from the user management dashboard + * This is possible if the function is triggered from the user management dashboard * * In this case because we cannot read the JWT, we create a session without the custom * payload properties @@ -297,7 +297,7 @@ def override_functions(original_implementation: RecipeInterface): jwt=request.get_cookie("jwt") else: # - # This is possible if the function is triggerred from the user management dashboard + # This is possible if the function is triggered from the user management dashboard # # In this case because we cannot read the JWT, we create a session without the custom # payload properties diff --git a/v2/passwordless/advanced-customizations/user-context/custom-request-properties.mdx b/v2/passwordless/advanced-customizations/user-context/custom-request-properties.mdx index fce609c0c..d72e523b4 100644 --- a/v2/passwordless/advanced-customizations/user-context/custom-request-properties.mdx +++ b/v2/passwordless/advanced-customizations/user-context/custom-request-properties.mdx @@ -86,7 +86,7 @@ Session.init({ customHeaderValue = request.getHeaderValue("customHeader"); } else { /** - * This is possible if the function is triggerred from the user management dashboard + * This is possible if the function is triggered from the user management dashboard * * In this case set a reasonable default value to use */ @@ -118,7 +118,7 @@ Session.init({ customHeaderValue = request.getHeaderValue("customHeader"); } else { /** - * This is possible if the function is triggerred from the user management dashboard + * This is possible if the function is triggered from the user management dashboard * * In this case set a reasonable default value to use */ @@ -164,7 +164,7 @@ func main() { customHeadervalue = request.Header.Get("customHeader") } else { /** - * This is possible if the function is triggerred from the user management dashboard + * This is possible if the function is triggered from the user management dashboard * * In this case set a reasonable default value to use */ @@ -193,7 +193,7 @@ func main() { customHeadervalue = request.Header.Get("customHeader") } else { /** - * This is possible if the function is triggerred from the user management dashboard + * This is possible if the function is triggered from the user management dashboard * * In this case set a reasonable default value to use */ @@ -238,7 +238,7 @@ def override_session_functions(original_implementation: RecipeInterface): customHeaderValue=request.get_header("customHeader") else: # - # This is possible if the function is triggerred from the user management dashboard + # This is possible if the function is triggered from the user management dashboard # # In this case set a reasonable default value to use # @@ -265,7 +265,7 @@ def override_session_apis(original_implementation: APIInterface): customHeaderValue=request.get_header("customHeader") else: # - # This is possible if the function is triggerred from the user management dashboard + # This is possible if the function is triggered from the user management dashboard # # In this case set a reasonable default value to use # diff --git a/v2/passwordless/common-customizations/sessions/anonymous-session.mdx b/v2/passwordless/common-customizations/sessions/anonymous-session.mdx index 2f6d09e71..02390d177 100644 --- a/v2/passwordless/common-customizations/sessions/anonymous-session.mdx +++ b/v2/passwordless/common-customizations/sessions/anonymous-session.mdx @@ -177,7 +177,7 @@ SuperTokens.init({ jwt = request.getCookieValue("jwt"); } else { /** - * This is possible if the function is triggerred from the user management dashboard + * This is possible if the function is triggered from the user management dashboard * * In this case because we cannot read the JWT, we create a session without the custom * payload properties @@ -251,7 +251,7 @@ func main() { } } else { /** - * This is possible if the function is triggerred from the user management dashboard + * This is possible if the function is triggered from the user management dashboard * * In this case because we cannot read the JWT, we create a session without the custom * payload properties @@ -297,7 +297,7 @@ def override_functions(original_implementation: RecipeInterface): jwt=request.get_cookie("jwt") else: # - # This is possible if the function is triggerred from the user management dashboard + # This is possible if the function is triggered from the user management dashboard # # In this case because we cannot read the JWT, we create a session without the custom # payload properties diff --git a/v2/session/advanced-customizations/user-context/custom-request-properties.mdx b/v2/session/advanced-customizations/user-context/custom-request-properties.mdx index fce609c0c..d72e523b4 100644 --- a/v2/session/advanced-customizations/user-context/custom-request-properties.mdx +++ b/v2/session/advanced-customizations/user-context/custom-request-properties.mdx @@ -86,7 +86,7 @@ Session.init({ customHeaderValue = request.getHeaderValue("customHeader"); } else { /** - * This is possible if the function is triggerred from the user management dashboard + * This is possible if the function is triggered from the user management dashboard * * In this case set a reasonable default value to use */ @@ -118,7 +118,7 @@ Session.init({ customHeaderValue = request.getHeaderValue("customHeader"); } else { /** - * This is possible if the function is triggerred from the user management dashboard + * This is possible if the function is triggered from the user management dashboard * * In this case set a reasonable default value to use */ @@ -164,7 +164,7 @@ func main() { customHeadervalue = request.Header.Get("customHeader") } else { /** - * This is possible if the function is triggerred from the user management dashboard + * This is possible if the function is triggered from the user management dashboard * * In this case set a reasonable default value to use */ @@ -193,7 +193,7 @@ func main() { customHeadervalue = request.Header.Get("customHeader") } else { /** - * This is possible if the function is triggerred from the user management dashboard + * This is possible if the function is triggered from the user management dashboard * * In this case set a reasonable default value to use */ @@ -238,7 +238,7 @@ def override_session_functions(original_implementation: RecipeInterface): customHeaderValue=request.get_header("customHeader") else: # - # This is possible if the function is triggerred from the user management dashboard + # This is possible if the function is triggered from the user management dashboard # # In this case set a reasonable default value to use # @@ -265,7 +265,7 @@ def override_session_apis(original_implementation: APIInterface): customHeaderValue=request.get_header("customHeader") else: # - # This is possible if the function is triggerred from the user management dashboard + # This is possible if the function is triggered from the user management dashboard # # In this case set a reasonable default value to use # diff --git a/v2/session/common-customizations/sessions/anonymous-session.mdx b/v2/session/common-customizations/sessions/anonymous-session.mdx index 3f11d1651..da6d355c0 100644 --- a/v2/session/common-customizations/sessions/anonymous-session.mdx +++ b/v2/session/common-customizations/sessions/anonymous-session.mdx @@ -177,7 +177,7 @@ SuperTokens.init({ jwt = request.getCookieValue("jwt"); } else { /** - * This is possible if the function is triggerred from the user management dashboard + * This is possible if the function is triggered from the user management dashboard * * In this case because we cannot read the JWT, we create a session without the custom * payload properties @@ -251,7 +251,7 @@ func main() { } } else { /** - * This is possible if the function is triggerred from the user management dashboard + * This is possible if the function is triggered from the user management dashboard * * In this case because we cannot read the JWT, we create a session without the custom * payload properties @@ -297,7 +297,7 @@ def override_functions(original_implementation: RecipeInterface): jwt=request.get_cookie("jwt") else: # - # This is possible if the function is triggerred from the user management dashboard + # This is possible if the function is triggered from the user management dashboard # # In this case because we cannot read the JWT, we create a session without the custom # payload properties diff --git a/v2/thirdparty/advanced-customizations/user-context/custom-request-properties.mdx b/v2/thirdparty/advanced-customizations/user-context/custom-request-properties.mdx index fce609c0c..d72e523b4 100644 --- a/v2/thirdparty/advanced-customizations/user-context/custom-request-properties.mdx +++ b/v2/thirdparty/advanced-customizations/user-context/custom-request-properties.mdx @@ -86,7 +86,7 @@ Session.init({ customHeaderValue = request.getHeaderValue("customHeader"); } else { /** - * This is possible if the function is triggerred from the user management dashboard + * This is possible if the function is triggered from the user management dashboard * * In this case set a reasonable default value to use */ @@ -118,7 +118,7 @@ Session.init({ customHeaderValue = request.getHeaderValue("customHeader"); } else { /** - * This is possible if the function is triggerred from the user management dashboard + * This is possible if the function is triggered from the user management dashboard * * In this case set a reasonable default value to use */ @@ -164,7 +164,7 @@ func main() { customHeadervalue = request.Header.Get("customHeader") } else { /** - * This is possible if the function is triggerred from the user management dashboard + * This is possible if the function is triggered from the user management dashboard * * In this case set a reasonable default value to use */ @@ -193,7 +193,7 @@ func main() { customHeadervalue = request.Header.Get("customHeader") } else { /** - * This is possible if the function is triggerred from the user management dashboard + * This is possible if the function is triggered from the user management dashboard * * In this case set a reasonable default value to use */ @@ -238,7 +238,7 @@ def override_session_functions(original_implementation: RecipeInterface): customHeaderValue=request.get_header("customHeader") else: # - # This is possible if the function is triggerred from the user management dashboard + # This is possible if the function is triggered from the user management dashboard # # In this case set a reasonable default value to use # @@ -265,7 +265,7 @@ def override_session_apis(original_implementation: APIInterface): customHeaderValue=request.get_header("customHeader") else: # - # This is possible if the function is triggerred from the user management dashboard + # This is possible if the function is triggered from the user management dashboard # # In this case set a reasonable default value to use # diff --git a/v2/thirdparty/common-customizations/sessions/anonymous-session.mdx b/v2/thirdparty/common-customizations/sessions/anonymous-session.mdx index 2f6d09e71..02390d177 100644 --- a/v2/thirdparty/common-customizations/sessions/anonymous-session.mdx +++ b/v2/thirdparty/common-customizations/sessions/anonymous-session.mdx @@ -177,7 +177,7 @@ SuperTokens.init({ jwt = request.getCookieValue("jwt"); } else { /** - * This is possible if the function is triggerred from the user management dashboard + * This is possible if the function is triggered from the user management dashboard * * In this case because we cannot read the JWT, we create a session without the custom * payload properties @@ -251,7 +251,7 @@ func main() { } } else { /** - * This is possible if the function is triggerred from the user management dashboard + * This is possible if the function is triggered from the user management dashboard * * In this case because we cannot read the JWT, we create a session without the custom * payload properties @@ -297,7 +297,7 @@ def override_functions(original_implementation: RecipeInterface): jwt=request.get_cookie("jwt") else: # - # This is possible if the function is triggerred from the user management dashboard + # This is possible if the function is triggered from the user management dashboard # # In this case because we cannot read the JWT, we create a session without the custom # payload properties diff --git a/v2/thirdpartyemailpassword/advanced-customizations/user-context/custom-request-properties.mdx b/v2/thirdpartyemailpassword/advanced-customizations/user-context/custom-request-properties.mdx index fce609c0c..d72e523b4 100644 --- a/v2/thirdpartyemailpassword/advanced-customizations/user-context/custom-request-properties.mdx +++ b/v2/thirdpartyemailpassword/advanced-customizations/user-context/custom-request-properties.mdx @@ -86,7 +86,7 @@ Session.init({ customHeaderValue = request.getHeaderValue("customHeader"); } else { /** - * This is possible if the function is triggerred from the user management dashboard + * This is possible if the function is triggered from the user management dashboard * * In this case set a reasonable default value to use */ @@ -118,7 +118,7 @@ Session.init({ customHeaderValue = request.getHeaderValue("customHeader"); } else { /** - * This is possible if the function is triggerred from the user management dashboard + * This is possible if the function is triggered from the user management dashboard * * In this case set a reasonable default value to use */ @@ -164,7 +164,7 @@ func main() { customHeadervalue = request.Header.Get("customHeader") } else { /** - * This is possible if the function is triggerred from the user management dashboard + * This is possible if the function is triggered from the user management dashboard * * In this case set a reasonable default value to use */ @@ -193,7 +193,7 @@ func main() { customHeadervalue = request.Header.Get("customHeader") } else { /** - * This is possible if the function is triggerred from the user management dashboard + * This is possible if the function is triggered from the user management dashboard * * In this case set a reasonable default value to use */ @@ -238,7 +238,7 @@ def override_session_functions(original_implementation: RecipeInterface): customHeaderValue=request.get_header("customHeader") else: # - # This is possible if the function is triggerred from the user management dashboard + # This is possible if the function is triggered from the user management dashboard # # In this case set a reasonable default value to use # @@ -265,7 +265,7 @@ def override_session_apis(original_implementation: APIInterface): customHeaderValue=request.get_header("customHeader") else: # - # This is possible if the function is triggerred from the user management dashboard + # This is possible if the function is triggered from the user management dashboard # # In this case set a reasonable default value to use # diff --git a/v2/thirdpartyemailpassword/common-customizations/sessions/anonymous-session.mdx b/v2/thirdpartyemailpassword/common-customizations/sessions/anonymous-session.mdx index 2f6d09e71..02390d177 100644 --- a/v2/thirdpartyemailpassword/common-customizations/sessions/anonymous-session.mdx +++ b/v2/thirdpartyemailpassword/common-customizations/sessions/anonymous-session.mdx @@ -177,7 +177,7 @@ SuperTokens.init({ jwt = request.getCookieValue("jwt"); } else { /** - * This is possible if the function is triggerred from the user management dashboard + * This is possible if the function is triggered from the user management dashboard * * In this case because we cannot read the JWT, we create a session without the custom * payload properties @@ -251,7 +251,7 @@ func main() { } } else { /** - * This is possible if the function is triggerred from the user management dashboard + * This is possible if the function is triggered from the user management dashboard * * In this case because we cannot read the JWT, we create a session without the custom * payload properties @@ -297,7 +297,7 @@ def override_functions(original_implementation: RecipeInterface): jwt=request.get_cookie("jwt") else: # - # This is possible if the function is triggerred from the user management dashboard + # This is possible if the function is triggered from the user management dashboard # # In this case because we cannot read the JWT, we create a session without the custom # payload properties diff --git a/v2/thirdpartypasswordless/advanced-customizations/user-context/custom-request-properties.mdx b/v2/thirdpartypasswordless/advanced-customizations/user-context/custom-request-properties.mdx index fce609c0c..d72e523b4 100644 --- a/v2/thirdpartypasswordless/advanced-customizations/user-context/custom-request-properties.mdx +++ b/v2/thirdpartypasswordless/advanced-customizations/user-context/custom-request-properties.mdx @@ -86,7 +86,7 @@ Session.init({ customHeaderValue = request.getHeaderValue("customHeader"); } else { /** - * This is possible if the function is triggerred from the user management dashboard + * This is possible if the function is triggered from the user management dashboard * * In this case set a reasonable default value to use */ @@ -118,7 +118,7 @@ Session.init({ customHeaderValue = request.getHeaderValue("customHeader"); } else { /** - * This is possible if the function is triggerred from the user management dashboard + * This is possible if the function is triggered from the user management dashboard * * In this case set a reasonable default value to use */ @@ -164,7 +164,7 @@ func main() { customHeadervalue = request.Header.Get("customHeader") } else { /** - * This is possible if the function is triggerred from the user management dashboard + * This is possible if the function is triggered from the user management dashboard * * In this case set a reasonable default value to use */ @@ -193,7 +193,7 @@ func main() { customHeadervalue = request.Header.Get("customHeader") } else { /** - * This is possible if the function is triggerred from the user management dashboard + * This is possible if the function is triggered from the user management dashboard * * In this case set a reasonable default value to use */ @@ -238,7 +238,7 @@ def override_session_functions(original_implementation: RecipeInterface): customHeaderValue=request.get_header("customHeader") else: # - # This is possible if the function is triggerred from the user management dashboard + # This is possible if the function is triggered from the user management dashboard # # In this case set a reasonable default value to use # @@ -265,7 +265,7 @@ def override_session_apis(original_implementation: APIInterface): customHeaderValue=request.get_header("customHeader") else: # - # This is possible if the function is triggerred from the user management dashboard + # This is possible if the function is triggered from the user management dashboard # # In this case set a reasonable default value to use # diff --git a/v2/thirdpartypasswordless/common-customizations/sessions/anonymous-session.mdx b/v2/thirdpartypasswordless/common-customizations/sessions/anonymous-session.mdx index 2f6d09e71..02390d177 100644 --- a/v2/thirdpartypasswordless/common-customizations/sessions/anonymous-session.mdx +++ b/v2/thirdpartypasswordless/common-customizations/sessions/anonymous-session.mdx @@ -177,7 +177,7 @@ SuperTokens.init({ jwt = request.getCookieValue("jwt"); } else { /** - * This is possible if the function is triggerred from the user management dashboard + * This is possible if the function is triggered from the user management dashboard * * In this case because we cannot read the JWT, we create a session without the custom * payload properties @@ -251,7 +251,7 @@ func main() { } } else { /** - * This is possible if the function is triggerred from the user management dashboard + * This is possible if the function is triggered from the user management dashboard * * In this case because we cannot read the JWT, we create a session without the custom * payload properties @@ -297,7 +297,7 @@ def override_functions(original_implementation: RecipeInterface): jwt=request.get_cookie("jwt") else: # - # This is possible if the function is triggerred from the user management dashboard + # This is possible if the function is triggered from the user management dashboard # # In this case because we cannot read the JWT, we create a session without the custom # payload properties