From 0d87753c5280d725642850dafc7356f4426eaa34 Mon Sep 17 00:00:00 2001 From: Patryk Michalik Date: Thu, 7 Jul 2022 09:13:35 +0200 Subject: [PATCH] Correct typos in WebView wrapper documentation --- docs/webview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/webview.md b/docs/webview.md index 5790c2452..50f073394 100644 --- a/docs/webview.md +++ b/docs/webview.md @@ -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(