Add missing "m" char

This commit is contained in:
Przemek Hocke 2012-09-21 03:48:17 +02:00
parent 649a95b8af
commit fca6c0f03c

@ -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