From 8fcd3371794c3a7587b728ff8154ea224206eb46 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Fri, 17 Apr 2015 19:23:59 +0800 Subject: [PATCH] Fix xpath typo --- xpath.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpath.md b/xpath.md index ea69eea1c..b5db47a7c 100644 --- a/xpath.md +++ b/xpath.md @@ -32,7 +32,7 @@ layout: default | `a[href~='://']` | `//a[contains(@href, '://')]` *...[kinda](#class-check)* | | {:.greycode.no-head.xp} -### Attribute selectors +### Order selectors | CSS | Xpath | ? | | ---- | ---- | -- |