rewording, typo corrections

This commit is contained in:
Daniel Sami
2019-01-17 08:28:22 +09:00
parent ae3ab89515
commit 7258a43bad
2 changed files with 54 additions and 27 deletions

View File

@@ -50,5 +50,7 @@ these tests, you may import needed functions from [fixtures.js](fixtures.js), wh
via API, which might include organizations, users, and job templates.
The `commands` directory provides extra functions for the client object in
nightwatch.js tests. For more information on these functions and how to
create your own, refer to the nightwatch.js documentation on custom commands.
nightwatch.js tests. These functions are automatically made available for use by the
client object. For more information on these functions and how to
create your own, refer to the [nightwatch.js documentation on custom commands]
(http://nightwatchjs.org/guide/#writing-custom-commands).