From cdbdd559cabe7b8017475e69545065bdaef4da1f Mon Sep 17 00:00:00 2001 From: kamil2079 <19194206+kamil2079@users.noreply.github.com> Date: Wed, 6 Nov 2019 17:17:37 +0000 Subject: [PATCH] Update xpath.md --- xpath.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpath.md b/xpath.md index f9f36c0f7..ddec941d9 100644 --- a/xpath.md +++ b/xpath.md @@ -18,7 +18,7 @@ Test queries in the Xpath test bed:
### Browser console ```js -$x('//div') +$x("//div") ``` Works in Firefox and Chrome.