--- a/web/data/cubicweb.ajax.js Wed Apr 09 17:29:25 2014 +0200
+++ b/web/data/cubicweb.ajax.js Tue Jun 10 09:49:45 2014 +0200
@@ -373,7 +373,7 @@
/**
* .. function:: loadRemote(url, form, reqtype='GET', sync=false)
*
- * Asynchronously (unless `sync` argument is set to true) load an url or path
+ * Asynchronously (unless `sync` argument is set to true) load a URL or path
* and return a deferred whose callbacks args are decoded according to the
* Content-Type response header. `form` should be additional form params
* dictionary, `reqtype` the HTTP request type (get 'GET' or 'POST').