Skip to content

Commit

Permalink
docs(StatusBar): Fix typo in setOverlaysWebView usage (#2673)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavanetti committed Apr 1, 2020
1 parent f7a800c commit 05f23fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs-md/apis/status-bar/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export class StatusBarExample {
this.isStatusBarLight = !this.isStatusBarLight;

// Display content under transparent status bar (Android only)
Statusbar.setOverlaysWebView({
StatusBar.setOverlaysWebView({
overlay: true
});
}
Expand Down

0 comments on commit 05f23fb

Please sign in to comment.