Skip to content

Commit

Permalink
fix small typo in scripting-ref.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
lucywang000 committed Mar 9, 2019
1 parent 691a8ab commit a676315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/scripting-ref.rst
Original file line number Diff line number Diff line change
Expand Up @@ -968,7 +968,7 @@ Set JavaScript to load automatically on each page load.
**Async:** yes, but only when an URL of a remote resource is passed.

:ref:`splash-autoload` allows to execute JavaScript code at each page load.
:ref:`splash-autoload` doesn't doesn't execute the passed
:ref:`splash-autoload` doesn't execute the passed
JavaScript code itself. To execute some code once, *after* page is loaded
use :ref:`splash-runjs` or :ref:`splash-jsfunc`.

Expand Down

0 comments on commit a676315

Please sign in to comment.