Skip to content

Commit

Permalink
docs(statusbar): fix typo (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuarrep authored and ihadeed committed Sep 7, 2016
1 parent 393e9d0 commit caf2d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/statusbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ declare var window;
* import { StatusBar } from 'ionic-native';
*
*
* StatusBar.overlaysWebView(true); // let status var overlay webview
* StatusBar.overlaysWebView(true); // let status bar overlay webview
*
* StatusBar.backgroundColorByHexString('#ffffff'); // set status bar to white
* ```
Expand Down

0 comments on commit caf2d67

Please sign in to comment.