Skip to content

Commit

Permalink
fix(docs): missing xml indicator in code block (#977)
Browse files Browse the repository at this point in the history
  • Loading branch information
DAnn2012 committed Sep 25, 2022
1 parent 405468c commit 8ee1d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ simply hook `window.open` during initialization. For example:

#### <b>config.xml</b>
- <b>InAppBrowserStatusBarStyle [iOS only]</b>: (string, options 'lightcontent', 'darkcontent' or 'default'. Defaults to 'default') set text color style for iOS. 'lightcontent' is intended for use on dark backgrounds. 'darkcontent' is only available since iOS 13 and intended for use on light backgrounds.
```
```xml
<preference name="InAppBrowserStatusBarStyle" value="lightcontent" />
```

Expand Down

0 comments on commit 8ee1d38

Please sign in to comment.