diff options
author | Agis Anastasopoulos <corestudiosinc@gmail.com> | 2012-10-21 17:06:47 +0300 |
---|---|---|
committer | Agis Anastasopoulos <corestudiosinc@gmail.com> | 2012-10-21 17:06:47 +0300 |
commit | 6d927fb4da7a0a17d62109b7ef8798a8e75082a7 (patch) | |
tree | 49cbe83fb9590ad6ea2d6e7941292460a5776448 /guides | |
parent | f938019da210ea2bfccabdf61424852e8006c741 (diff) | |
download | rails-6d927fb4da7a0a17d62109b7ef8798a8e75082a7.tar.gz rails-6d927fb4da7a0a17d62109b7ef8798a8e75082a7.tar.bz2 rails-6d927fb4da7a0a17d62109b7ef8798a8e75082a7.zip |
fix a typo
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/working_with_javascript.md | 2 |
1 files changed, 1 insertions, 1 deletions
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, |