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.