aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/ajax_on_rails.md
diff options
context:
space:
mode:
Diffstat (limited to 'guides/source/ajax_on_rails.md')
-rw-r--r--guides/source/ajax_on_rails.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/ajax_on_rails.md b/guides/source/ajax_on_rails.md
index 0c446faa59..da54ae2a2d 100644
--- a/guides/source/ajax_on_rails.md
+++ b/guides/source/ajax_on_rails.md
@@ -103,7 +103,7 @@ You are ready to add some AJAX love to your Rails app!
### Examples
-To make them working with AJAX, simply pass the <tt>remote: true</tt> option to
+To make them working with AJAX, simply pass the `remote: true` option to
the original non-remote method.
```ruby