web/data/cubicweb.ajax.js
changeset 9770 112c884b2d8d
parent 9661 c170ec8a4525
parent 9700 da7d341cca76
child 9785 8125ba3f4f6d
--- 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').