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`: