Skip to content

Commit

Permalink
Remove trailing space and add a "the"
Browse files Browse the repository at this point in the history
  • Loading branch information
NavidZ authored and sideshowbarker committed Nov 29, 2018
1 parent 07e35f3 commit d67fec6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_writing-tests/testdriver.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ This function causes a sequence of actions to be sent to the browser. It is base
The action can be a keyboard action, a pointer action or a pause. It returns a `Promise` that
resolves after the actions have been sent or rejects if an error was thrown.

Test authors are encouraged to use the the builder API to generate the sequence of actions. The builder
API can be accessed via `new test_driver.Actions()` object.
Test authors are encouraged to use the builder API to generate the sequence of actions. The builder
API can be accessed via the `new test_driver.Actions()` object.

Example:

Expand Down

0 comments on commit d67fec6

Please sign in to comment.