Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit f231399

Browse files
committed
Fix typo 🚀
1 parent c897ca8 commit f231399

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2019-08-03-html-javascript-to-native-communication-ios.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: "Web to native code communication on iOS using WKScriptMessageHandler"
4-
description: "Did you know that is it possible to call Swift/Objective-C code from the JavaScript code of a web page displayed inside a WKWebView?"
4+
description: "Did you know that it is possible to call Swift/Objective-C code from the JavaScript code of a web page displayed inside a WKWebView?"
55
date: 2019-08-03
66
image: /assets/images/posts/swift-js.jpg
77
tags: [swift, objective-c, ios, apple, mobile application development, javascript, web development]
@@ -11,7 +11,7 @@ seo:
1111
authors: [fabrizio_duroni]
1212
---
1313

14-
*Did you know that is it possible to call Swift code from the JavaScript code of a web page displayed inside a WKWebView?*
14+
*Did you know that it is possible to call Swift code from the JavaScript code of a web page displayed inside a WKWebView?*
1515

1616
---
1717

0 commit comments

Comments
 (0)