Skip to content

Commit

Permalink
Correct typos in WebView wrapper documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Patryk Michalik committed Jul 7, 2022
1 parent 0fa796a commit 0d87753
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/webview.md
Expand Up @@ -22,9 +22,9 @@ This will display a WebView in your Compose layout that shows the URL provided.

There is a larger sample in the sample app which can be found [here](https://github.com/google/accompanist/blob/main/sample/src/main/java/com/google/accompanist/sample/webview/BasicWebViewSample.kt). This sample also shows how to show a loading state.

### WebView settings including Javascript
### WebView settings including JavaScript

By default, javascript is disabled in the WebView. To enable it or any other settings you can use the `onCreated` callback.
By default, JavaScript is disabled in the WebView. To enable it or any other settings you can use the `onCreated` callback.

```kotlin
WebView(
Expand Down

0 comments on commit 0d87753

Please sign in to comment.