From fca6c0f03c656d25af9b58f74307b27a69e7f5ce Mon Sep 17 00:00:00 2001 From: Przemek Hocke Date: Fri, 21 Sep 2012 03:48:17 +0200 Subject: [PATCH] Add missing "m" char --- guides/source/ajax_on_rails.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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