From 6ed18c353c052cad0f2ef3257bdf52af3f5d81f8 Mon Sep 17 00:00:00 2001 From: Manuel Scurti Date: Tue, 12 Sep 2023 11:46:05 +0200 Subject: [PATCH] Update packages/core-components/src/components/AutoLogout/AutoLogout.tsx Co-authored-by: Johan Haals Signed-off-by: Manuel Scurti --- .../core-components/src/components/AutoLogout/AutoLogout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core-components/src/components/AutoLogout/AutoLogout.tsx b/packages/core-components/src/components/AutoLogout/AutoLogout.tsx index 56ff2f19c8..cb5b101308 100644 --- a/packages/core-components/src/components/AutoLogout/AutoLogout.tsx +++ b/packages/core-components/src/components/AutoLogout/AutoLogout.tsx @@ -61,7 +61,7 @@ export type AutoLogoutProps = { promptBeforeIdleSeconds?: number; /** * Enable/disable the usage of Node's worker thread timers instead of main thread timers. - * This is helpful if you notice that the your browser is killing inactive tab's timers, like the one used by AutoLogoutProvider. + * This is helpful if you notice that the your browser is killing inactive tab's timers, like the one used by AutoLogout. * If you experience some browser incompatibility, you may try to set this to false. * defaults to true. */