From e4472a952767d597c1ef028ba43bcf2d767faa4b Mon Sep 17 00:00:00 2001 From: Akash Gupta <92501632+AkashGuptaHC@users.noreply.github.com> Date: Sat, 26 Jul 2025 01:22:08 +0530 Subject: [PATCH] Update credential-libraries.mdx (#5954) spelling mistake --- .../content/docs/concepts/domain-model/credential-libraries.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/concepts/domain-model/credential-libraries.mdx b/website/content/docs/concepts/domain-model/credential-libraries.mdx index b521822588..afbeefd0a3 100644 --- a/website/content/docs/concepts/domain-model/credential-libraries.mdx +++ b/website/content/docs/concepts/domain-model/credential-libraries.mdx @@ -107,7 +107,7 @@ This value may not be populated, or it may be different from the account name us Additionally, there are a couple of useful functions: -The `trucateFrom` function strips the rest of a string after a specified +The `truncateFrom` function strips the rest of a string after a specified substring. This function is useful for pulling a user or account name from an email address. The following example turns `foo@example.com` into `foo`: