Browse Source

fix signature of <webview>.executeJavaScript

rhysd 7 years ago
parent
commit
01f549628f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/webview-tag.md

+ 1 - 1
docs/api/webview-tag.md

@@ -402,7 +402,7 @@ Returns `String` - The user agent for guest page.
 
 Injects CSS into the guest page.
 
-### `<webview>.executeJavaScript(code, userGesture, callback)`
+### `<webview>.executeJavaScript(code[, userGesture, callback])`
 
 * `code` String
 * `userGesture` Boolean (optional) - Default `false`.