Skip to content

Commit e025351

Browse files
oren-icxcztomczak
authored andcommitted
Fix typo scipt-script (cztomczak#551)
1 parent e95d8c0 commit e025351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/Browser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ Passing a python function here is not allowed, it is only possible through [Java
311311
| startLine=1 | int |
312312
| __Return__ | void |
313313

314-
Execute a string of JavaScript code in this frame. The `sciptURL` parameter is the URL where the script in question can be found, if any. The renderer may request this URL to show the developer the source of the error. The `startLine` parameter is the base line number to use for error reporting.
314+
Execute a string of JavaScript code in this frame. The `scriptURL` parameter is the URL where the script in question can be found, if any. The renderer may request this URL to show the developer the source of the error. The `startLine` parameter is the base line number to use for error reporting.
315315

316316
This function executes asynchronously so there is no way to get the returned value.
317317

0 commit comments

Comments
 (0)