diff --git a/guides/source/working_with_javascript.md b/guides/source/working_with_javascript.md index 9a2c6e4df0532743c912915ead7f92826fbd7505..2099826add5f7fb685d2e2cd24de1266e9cc6be3 100644 --- a/guides/source/working_with_javascript.md +++ b/guides/source/working_with_javascript.md @@ -5,11 +5,11 @@ 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: -* Quick introduction to AJAX +* An introduction to AJAX * Unobtrusive JavaScript -* How Rails' built-in helpers assist you -* Handling AJAX on the server side -* The Turbolinks gem +* Built-in Helpers +* Server-side concerns +* Turbolinks ------------------------------------------------------------------------------- @@ -246,7 +246,7 @@ this generates Since it's just a `
`, all of the information on `form_for` also applies. -Server side concerns +Server-side concerns -------------------- AJAX isn't just client-side, you also need to do some work on the server