aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/ajax_on_rails.textile
diff options
context:
space:
mode:
authorPrem Sichanugrist <s@sikachu.com>2012-08-02 14:20:49 -0400
committerPrem Sichanugrist <s@sikachu.com>2012-08-02 14:20:49 -0400
commitf8d1b52a4ffe56b8c6652b9cb0b7e9f8027fc05a (patch)
treef6f961b6825da56f4d8b718380bf4df4b970bbd4 /guides/source/ajax_on_rails.textile
parenteb66eadfc627cbe6bfebdff7d5a1dfb01f00cd21 (diff)
downloadrails-f8d1b52a4ffe56b8c6652b9cb0b7e9f8027fc05a.tar.gz
rails-f8d1b52a4ffe56b8c6652b9cb0b7e9f8027fc05a.tar.bz2
rails-f8d1b52a4ffe56b8c6652b9cb0b7e9f8027fc05a.zip
Audit the usage of the word "JavaScript"
Diffstat (limited to 'guides/source/ajax_on_rails.textile')
-rw-r--r--guides/source/ajax_on_rails.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/ajax_on_rails.textile b/guides/source/ajax_on_rails.textile
index 26e0270a31..67b0c9f0d3 100644
--- a/guides/source/ajax_on_rails.textile
+++ b/guides/source/ajax_on_rails.textile
@@ -28,7 +28,7 @@ the +ul+ node.
h4. Asynchronous JavaScript + XML
AJAX means Asynchronous JavaScript + XML. Asynchronous means that the page is not
-reloaded, the request made is separate from the regular page request. Javascript
+reloaded, the request made is separate from the regular page request. JavaScript
is used to evaluate the response and the XML part is a bit misleading as XML is
not required, you respond to the HTTP request with JSON or regular HTML as well.