Skip to content

Commit

Permalink
Change variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
deanishe committed Jul 14, 2020
1 parent c8d16f8 commit cd2386c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ The `inject` command outputs the return value of the executed JavaScript as JSON

```bash
#!/bin/bash
./alfred-firefox inject 'Array.from(document.querySelectorAll("h2")).map(n => n.innerText)'
./alfred-firefox inject 'Array.from(document.querySelectorAll("h2")).map(el => el.innerText)'
```

Outputs (for [this page][execute-docs]):
Expand Down

0 comments on commit cd2386c

Please sign in to comment.