web/data/cubicweb.htmlhelpers.js
branchstable
changeset 9700 da7d341cca76
parent 9379 b0b1148b6963
child 9821 2077c8da1893
--- a/web/data/cubicweb.htmlhelpers.js	Tue Apr 01 13:57:25 2014 +0200
+++ b/web/data/cubicweb.htmlhelpers.js	Mon Apr 14 11:54:33 2014 +0200
@@ -64,7 +64,7 @@
 /**
  * .. function:: asURL(props)
  *
- * builds an url from an object (used as a dictionary)
+ * builds a URL from an object (used as a dictionary)
  *
  * >>> asURL({'rql' : "RQL", 'x': [1, 2], 'itemvid' : "oneline"})
  * rql=RQL&vid=list&itemvid=oneline&x=1&x=2