diff --git a/core/src/core-plugin-definitions.ts b/core/src/core-plugin-definitions.ts index 8046f4d3e..f9a5bdb45 100644 --- a/core/src/core-plugin-definitions.ts +++ b/core/src/core-plugin-definitions.ts @@ -1500,7 +1500,7 @@ export interface SplashScreenShowOptions { */ fadeOutDuration?: number; /** - * How long to show the splash screen when authHide is enabled (in ms) + * How long to show the splash screen when autoHide is enabled (in ms) * Default is 3000ms */ showDuration?: number; diff --git a/site/src/assets/docs-content/apis/splash-screen/api.html b/site/src/assets/docs-content/apis/splash-screen/api.html index 0f3c5b863..3be61c9a1 100644 --- a/site/src/assets/docs-content/apis/splash-screen/api.html +++ b/site/src/assets/docs-content/apis/splash-screen/api.html @@ -122,7 +122,7 @@

SplashScreenShowOptions

-
// How long to show the splash screen when authHide is enabled (in ms) +
// How long to show the splash screen when autoHide is enabled (in ms) Default is 3000ms
showDuration ?: