diff options
author | Xavier Noria <fxn@hashref.com> | 2012-10-24 22:51:58 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2012-10-24 22:51:58 +0200 |
commit | 7cbce8505442414fa7e0f01c9556f060c235b30e (patch) | |
tree | 5c8ec87f4d2774c66ea409bc6eedb50d459e7e5d | |
parent | 0f45570b9657e3ef40a0536f4455fe19ced96ce8 (diff) | |
download | rails-7cbce8505442414fa7e0f01c9556f060c235b30e.tar.gz rails-7cbce8505442414fa7e0f01c9556f060c235b30e.tar.bz2 rails-7cbce8505442414fa7e0f01c9556f060c235b30e.zip |
Revert "fix a typo"
This reverts commit 6d927fb4da7a0a17d62109b7ef8798a8e75082a7.
-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 b1eeca25e8..9ff0716433 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 browser 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, |