diff --git a/README.md b/README.md index ebddefe..2c2050e 100644 --- a/README.md +++ b/README.md @@ -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