Skip to content

Commit 6d2a934

Browse files
committed
fix doc format
1 parent 48c1e41 commit 6d2a934

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/tool-reference.md

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

278278
- **args** (array) _(optional)_: An optional list of arguments to pass to the function.
279279
- **function** (string) **(required)**: A JavaScript function to run in the currently selected page.
280-
Example without arguments: `() => {
280+
Example without arguments: `() => {
281281
return document.title
282282
}` or `async () => {
283283
return await fetch("example.com")
284284
}`.
285-
Example with arguments: `(el) => {
285+
Example with arguments: `(el) => {
286286
return el.innerText;
287287
}`
288288

289-
290289
---
291290

292291
### `list_console_messages`

0 commit comments

Comments
 (0)