From f9e4ff017dd02365d9b054a2a2dc544d5c51b3a8 Mon Sep 17 00:00:00 2001 From: hc-github-team-secure-boundary <82989682+hc-github-team-secure-boundary@users.noreply.github.com> Date: Fri, 25 Jul 2025 15:54:06 -0400 Subject: [PATCH] backport of commit 0721cd8fe2d218e1ee7dc7c8f4fe75b69248f0f4 (#5960) Co-authored-by: Akash Gupta <92501632+AkashGuptaHC@users.noreply.github.com> --- .../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`: