aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2012-10-24 22:52:18 +0200
committerXavier Noria <fxn@hashref.com>2012-10-24 22:52:18 +0200
commitc8dec40c5e2b41cd9b60bfe591504549c6bd5387 (patch)
treead8f321a010f2f82141cfa2bb9da1f72b427a9b5
parent7cbce8505442414fa7e0f01c9556f060c235b30e (diff)
downloadrails-c8dec40c5e2b41cd9b60bfe591504549c6bd5387.tar.gz
rails-c8dec40c5e2b41cd9b60bfe591504549c6bd5387.tar.bz2
rails-c8dec40c5e2b41cd9b60bfe591504549c6bd5387.zip
Revert "Improve "request response" term typing & fix a minor typo"
This reverts commit a6d383c8b2afb253c009ad67d31aae3aa8dcc457.
-rw-r--r--guides/source/working_with_javascript.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/working_with_javascript.md b/guides/source/working_with_javascript.md
index 9ff0716433..15435691fa 100644
--- a/guides/source/working_with_javascript.md
+++ b/guides/source/working_with_javascript.md
@@ -24,7 +24,7 @@ When you type `http://localhost:3000` into your browser's address bar and hit
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,
-show you the results. This is called the 'Request-Response cycle'.
+show you the results. This is called the 'request response cycle.'
JavaScript can also make requests to the server, and parse the response. It
also has the ability to update information on the page. Combining these two