aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
Diffstat (limited to 'guides')
-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 67b0c9f0d3..15301945ce 100644
--- a/guides/source/ajax_on_rails.textile
+++ b/guides/source/ajax_on_rails.textile
@@ -41,7 +41,7 @@ that contain text.
h4. Standard HTML communication vs AJAX
-In regular HTML comunications, when you click on a link, the browser makes an HTTP
+In regular HTML communications, when you click on a link, the browser makes an HTTP
+GET+ request, the server responds with a new HTML document that the browsers renders
and then replaces the previous one. The same thing happens when you click a button to
submit a form, except that you make and HTTP +POST+ request, but you also get a new