From 1b96f6654115b71cdfe97f14c825047da7cad357 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20N=C4=9Bme=C4=8Dek?= Date: Thu, 25 May 2017 13:32:20 +0200 Subject: [PATCH] Update webview-tag.md Spelling correction. --- docs/api/webview-tag.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/webview-tag.md b/docs/api/webview-tag.md index 93773596745..13214374872 100644 --- a/docs/api/webview-tag.md +++ b/docs/api/webview-tag.md @@ -13,7 +13,7 @@ Unlike an `iframe`, the `webview` runs in a separate process than your app. It doesn't have the same permissions as your web page and all interactions between your app and embedded content will be asynchronous. This keeps your app safe from the embedded content. **Note:** Most methods called on the -webview from the host page require a syncronous call to the main process. +webview from the host page require a synchronous call to the main process. ## Example