web/data/cubicweb.htmlhelpers.js
changeset 9821 2077c8da1893
parent 9819 95902c0b991b
parent 9700 da7d341cca76
child 10895 90c55e27aa87
--- a/web/data/cubicweb.htmlhelpers.js	Fri May 23 18:35:13 2014 +0200
+++ b/web/data/cubicweb.htmlhelpers.js	Fri Jun 27 11:48:26 2014 +0200
@@ -57,7 +57,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