web/data/cubicweb.ajax.js
branchstable
changeset 9700 da7d341cca76
parent 9536 1e39c5e91b68
child 9770 112c884b2d8d
--- 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').