Skip to content

Commit

Permalink
fix: typo in docs (#266)
Browse files Browse the repository at this point in the history
fix(typo) fixed typo in documentaion
  • Loading branch information
aaron-goshine authored and Igor Muchychka committed Aug 18, 2017
1 parent 145aac9 commit d9dd20e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ Scenario Outline: eating
```

### Page Objects
For making you tests more readable and maintainable you can use the Page Object pattern. Nightwatch reads the page objects from the folder (or folders) specified in the `page_objects_path` configuration property. [More details](http://nightwatchjs.org/guide#page-objects). Add the following line to Nightwatch.js configuration file.
For making your tests more readable and maintainable you can use the Page Object pattern. Nightwatch reads the page objects from the folder (or folders) specified in the `page_objects_path` configuration property. [More details](http://nightwatchjs.org/guide#page-objects). Add the following line to Nightwatch.js configuration file.

```js
// nightwatch.conf.js
Expand Down

0 comments on commit d9dd20e

Please sign in to comment.