aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorPrzemek Hocke <phocke@gmail.com>2012-09-21 03:48:17 +0200
committerPrzemek Hocke <phocke@gmail.com>2012-09-21 03:48:17 +0200
commitfca6c0f03c656d25af9b58f74307b27a69e7f5ce (patch)
tree1ce93a8401ea3e5870e4d15b1aaafdeca86644af /guides
parent649a95b8af3aa42183fe0096ccf2a54ec1c13656 (diff)
downloadrails-fca6c0f03c656d25af9b58f74307b27a69e7f5ce.tar.gz
rails-fca6c0f03c656d25af9b58f74307b27a69e7f5ce.tar.bz2
rails-fca6c0f03c656d25af9b58f74307b27a69e7f5ce.zip
Add missing "m" char
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