aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/working_with_javascript_in_rails.md
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2012-11-29 14:25:02 -0800
committerSteve Klabnik <steve@steveklabnik.com>2012-11-29 14:25:02 -0800
commitd16a1b9e8b2e94649c42e4320881e84add9ec89d (patch)
tree9d13545a1f1346c1ca8ca93082cd9137053a8546 /guides/source/working_with_javascript_in_rails.md
parentd168d234e3ce439911a178d1d13f6c2cbf8ff549 (diff)
downloadrails-d16a1b9e8b2e94649c42e4320881e84add9ec89d.tar.gz
rails-d16a1b9e8b2e94649c42e4320881e84add9ec89d.tar.bz2
rails-d16a1b9e8b2e94649c42e4320881e84add9ec89d.zip
Normalize on 'After reading this guide, you will know:'
We have three or four different introduction sentences to the guides. After this commit, we use the same one everywhere.
Diffstat (limited to 'guides/source/working_with_javascript_in_rails.md')
-rw-r--r--guides/source/working_with_javascript_in_rails.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/guides/source/working_with_javascript_in_rails.md b/guides/source/working_with_javascript_in_rails.md
index ec720bd0a2..26e3403ff9 100644
--- a/guides/source/working_with_javascript_in_rails.md
+++ b/guides/source/working_with_javascript_in_rails.md
@@ -3,7 +3,9 @@ Working with JavaScript in Rails
This guide covers the built-in Ajax/JavaScript functionality of Rails (and
more); it will enable you to create rich and dynamic Ajax applications with
-ease! We will cover the following topics:
+ease!
+
+After reading this guide, you will know:
* Quick introduction to Ajax.
* Unobtrusive JavaScript.