Fix xpath typo

This commit is contained in:
Rico Sta. Cruz 2015-04-17 19:23:59 +08:00
parent 11b763aeac
commit 8fcd337179
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ layout: default
| `a[href~='://']` | `//a[contains(@href, '://')]` *...[kinda](#class-check)* | |
{:.greycode.no-head.xp}
### Attribute selectors
### Order selectors
| CSS | Xpath | ? |
| ---- | ---- | -- |