From aab06d3e41fa72dfbcc69ab3a3c2a0cdcef765b2 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 15 Apr 2020 11:58:24 +0200 Subject: [PATCH] Adjust docs for persistent toast Signed-off-by: Joas Schilling --- lib/toast.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/toast.ts b/lib/toast.ts index 26a815d7a..e2c021458 100644 --- a/lib/toast.ts +++ b/lib/toast.ts @@ -10,7 +10,7 @@ class ToastType { export interface ToastOptions { /** - * Defines the timeout after which the toast is closed. Set to -1 to have a persistent toast. + * Defines the timeout after which the toast is closed. Set to 0 to have a persistent toast. */ timeout?: number