Skip to content

Commit

Permalink
Merge pull request #1032 from jonathan-fielding/fix-selector-docs
Browse files Browse the repository at this point in the history
Update selectors.md to have text that makes sense
  • Loading branch information
christian-bromann committed Jan 15, 2016
2 parents 4449e82 + 8f82e03 commit f9f5f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/usage/selectors.md
Expand Up @@ -50,7 +50,7 @@ client.getText('*=driver', function(err, text) {

## Element with certain text

Link the link text examples above you can also apply that to elements, e.g. query a level 1 heading
Similary to the link text examples above you can also apply it to elements, e.g. query a level 1 heading
with the text "Welcome to my Page":

```html
Expand Down

0 comments on commit f9f5f08

Please sign in to comment.