aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorAgis Anastasopoulos <corestudiosinc@gmail.com>2012-10-21 17:12:05 +0300
committerAgis Anastasopoulos <corestudiosinc@gmail.com>2012-10-21 17:12:05 +0300
commita6d383c8b2afb253c009ad67d31aae3aa8dcc457 (patch)
tree7a00a2d3b711de7a65d838ca53a489276f9bba2e /guides
parent506257a173bb5cbb083ccae8d1b4ed82a456006a (diff)
downloadrails-a6d383c8b2afb253c009ad67d31aae3aa8dcc457.tar.gz
rails-a6d383c8b2afb253c009ad67d31aae3aa8dcc457.tar.bz2
rails-a6d383c8b2afb253c009ad67d31aae3aa8dcc457.zip
Improve "request response" term typing & fix a minor typo
Diffstat (limited to 'guides')
-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 2099826add..c0220017d3 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