Skip to content

Commit 2fb5c28

Browse files
committed
format
1 parent 36e64d5 commit 2fb5c28

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/tool-reference.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,15 +285,16 @@ so returned values have to JSON-serializable.
285285

286286
- **args** (array) _(optional)_: An optional list of arguments to pass to the function.
287287
- **function** (string) **(required)**: A JavaScript function to run in the currently selected page.
288-
Example without arguments: `() => {
288+
Example without arguments: `() => {
289289
return document.title
290290
}` or `async () => {
291291
return await fetch("example.com")
292292
}`.
293-
Example with arguments: `(el) => {
293+
Example with arguments: `(el) => {
294294
return el.innerText;
295295
}`
296296

297+
297298
---
298299

299300
### `list_console_messages`

0 commit comments

Comments
 (0)