Skip to content

Commit

Permalink
Merge pull request #260 from CoderMonkie/master
Browse files Browse the repository at this point in the history
fix: spell miss of task
  • Loading branch information
uknownothingsnow authored Sep 6, 2022
2 parents d5c4a16 + d2b367d commit 2b55d57
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 @@ -147,7 +147,7 @@ You can listen to `WebViewJavascriptBridgeReady` event to ensure `window.WebView

```

Or put all JsBridge function call into `window.WVJBCallbacks` array if `window.WebViewJavascriptBridge` is undefined, this taks queue will be flushed when `WebViewJavascriptBridgeReady` event triggered.
Or put all JsBridge function call into `window.WVJBCallbacks` array if `window.WebViewJavascriptBridge` is undefined, this task queue will be flushed when `WebViewJavascriptBridgeReady` event triggered.

Copy and paste setupWebViewJavascriptBridge into your JS:

Expand Down

0 comments on commit 2b55d57

Please sign in to comment.