From 6d927fb4da7a0a17d62109b7ef8798a8e75082a7 Mon Sep 17 00:00:00 2001 From: Agis Anastasopoulos Date: Sun, 21 Oct 2012 17:06:47 +0300 Subject: fix a typo --- guides/source/working_with_javascript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides') diff --git a/guides/source/working_with_javascript.md b/guides/source/working_with_javascript.md index 1fabb9b99e..9a2c6e4df0 100644 --- a/guides/source/working_with_javascript.md +++ b/guides/source/working_with_javascript.md @@ -20,7 +20,7 @@ In order to understand AJAX, you must first understand what a web broswer does normally. When you type `http://localhost:3000` into your browser's address bar and hit -'Go,' the browser (your 'client') makes a request to the server. It parses the +'Go', the browser (your 'client') makes a request to the server. It parses the response, then fetches all associated assets, like JavaScript files, stylesheets and images. It then assembles the page. If you click a link, it does the same process: fetch the page, fetch the assets, put it all together, -- cgit v1.2.3