From 0721cd8fe2d218e1ee7dc7c8f4fe75b69248f0f4 Mon Sep 17 00:00:00 2001 From: Akash Gupta <92501632+AkashGuptaHC@users.noreply.github.com> Date: Fri, 25 Jul 2025 11:59:52 +0530 Subject: [PATCH] Update credential-libraries.mdx 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`: