Skip to content

Commit 05f23fb

Browse files
authored
docs(StatusBar): Fix typo in setOverlaysWebView usage (#2673)
1 parent f7a800c commit 05f23fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/docs-md/apis/status-bar/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export class StatusBarExample {
5151
this.isStatusBarLight = !this.isStatusBarLight;
5252

5353
// Display content under transparent status bar (Android only)
54-
Statusbar.setOverlaysWebView({
54+
StatusBar.setOverlaysWebView({
5555
overlay: true
5656
});
5757
}

0 commit comments

Comments
 (0)