Skip to content

Commit

Permalink
addresses Justin feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
brentschaus-okta authored and alisaduncan committed Dec 10, 2024
1 parent 1a15808 commit 609ae81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ Here are some examples:

`${substringAfter("[email protected]", "@")}`

* To lower case function: This example converts the string `HELLO WORLD` to all lowercase, resulting in `helloe world`:
* To lower case function: This example converts the string `HELLO WORLD` to all lowercase, resulting in `hello world`:

`${toLowerCase("HELLO WORLD")}`

Expand Down

0 comments on commit 609ae81

Please sign in to comment.