Skip to content

Commit

Permalink
docs(splash screen): fix typo for options (#1976)
Browse files Browse the repository at this point in the history
  • Loading branch information
zyniq82 authored and jcesarmobile committed Sep 23, 2019
1 parent 2655f0f commit a932267
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/src/core-plugin-definitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion site/src/assets/docs-content/apis/splash-screen/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ <h4 class="avc-code-interface-name">SplashScreenShowOptions</h4>
</div>

<div class="avc-code-interface-param">
<div class="avc-code-param-comment">// How long to show the splash screen when authHide is enabled (in ms)
<div class="avc-code-param-comment">// How long to show the splash screen when autoHide is enabled (in ms)
Default is 3000ms</div>
<div class="avc-code-line"><span class="avc-code-param-name">showDuration</span>
<span class="avc-code-param-optional">?</span>:
Expand Down

0 comments on commit a932267

Please sign in to comment.