diff -r 990676d3f39f -r da7d341cca76 web/data/cubicweb.ajax.js --- a/web/data/cubicweb.ajax.js Tue Apr 01 13:57:25 2014 +0200 +++ b/web/data/cubicweb.ajax.js Mon Apr 14 11:54:33 2014 +0200 @@ -377,7 +377,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').