Skip to content

Commit 919fa05

Browse files
committed
MQE-1623: Add selector best practices to devdocs
- Fixed grammar
1 parent e9647eb commit 919fa05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/selectors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The tips and tricks below will help you to write high quality selectors.
44

55
### Selectors SHOULD be written in CSS instead of Xpath whenever possible.
66

7-
### Xpath selectors SHOULD NOT use `@attribute="foo"` instead you SHOULD use `contains(@attribute, "foo")` where `@attribute` is any attribute such as `@text` or `@class` for example.
7+
### Xpath selectors SHOULD NOT use `@attribute="foo"`. Instead you SHOULD use `contains(@attribute, "foo")` where `@attribute` is any valid attribute such as `@text` or `@class`.
88

99
### CSS and Xpath selectors SHOULD be implemented in their most simple form.
1010

0 commit comments

Comments
 (0)