From e1bf44b774fdfb46894bb5bf21abdfe4d5bee0fe Mon Sep 17 00:00:00 2001 From: Patrick Pimentel Date: Mon, 17 Feb 2025 14:37:41 -0500 Subject: [PATCH] comment(misc-refactors-and-fixes): [PM-16783] Tech Debt and Toast Fixes - Comment fixes. --- libs/components/src/toast/toast.service.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/components/src/toast/toast.service.ts b/libs/components/src/toast/toast.service.ts index 0e250270827..0aa7a8a47d6 100644 --- a/libs/components/src/toast/toast.service.ts +++ b/libs/components/src/toast/toast.service.ts @@ -23,7 +23,8 @@ export class ToastService { /** * This will present the toast to a user. * - * Note: The toast will be displayed for a minimum of 5 seconds if no timeout is provided in + * Note: The toast duration is calculated programmatically by length and will + * be displayed for a minimum of 5 seconds if no timeout is provided in * the options. * * @param options Options for toasts. If no timeout is specified an appropriate duration will be