OSDN Git Service

Regular updates
[twpd/master.git] / xpath.md
index f9f36c0..ddec941 100644 (file)
--- a/xpath.md
+++ b/xpath.md
@@ -18,7 +18,7 @@ Test queries in the Xpath test bed:<br>
 ### Browser console
 
 ```js
-$x('//div')
+$x("//div")
 ```
 
 Works in Firefox and Chrome.