Skip to content

Commit

Permalink
Merge pull request #718 from frost-nzcr4/fix-typo-in-triggered
Browse files Browse the repository at this point in the history
Remove second extra "r" in "triggered"
  • Loading branch information
rishabhpoddar authored Sep 28, 2023
2 parents 99334cb + 7544cf9 commit 3ec7509
Show file tree
Hide file tree
Showing 12 changed files with 54 additions and 54 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down Expand Up @@ -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
*/
Expand Down Expand Up @@ -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
*/
Expand Down Expand Up @@ -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
*/
Expand Down Expand Up @@ -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
#
Expand All @@ -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
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down Expand Up @@ -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
*/
Expand Down Expand Up @@ -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
*/
Expand Down Expand Up @@ -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
*/
Expand Down Expand Up @@ -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
#
Expand All @@ -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
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down Expand Up @@ -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
*/
Expand Down Expand Up @@ -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
*/
Expand Down Expand Up @@ -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
*/
Expand Down Expand Up @@ -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
#
Expand All @@ -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
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down Expand Up @@ -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
*/
Expand Down Expand Up @@ -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
*/
Expand Down Expand Up @@ -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
*/
Expand Down Expand Up @@ -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
#
Expand All @@ -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
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading

0 comments on commit 3ec7509

Please sign in to comment.