diff options
author | Nicholas Rowe <nixterrimus@gmail.com> | 2011-02-17 20:49:25 -0500 |
---|---|---|
committer | Nicholas Rowe <nixterrimus@gmail.com> | 2011-02-17 20:49:25 -0500 |
commit | 7d9a80be93509b47796318caba08c79ab92f4c8d (patch) | |
tree | 185400a4c1992e67813788264d7cf680081a3747 /railties | |
parent | 9a9d895481ada301143c0554dabd4ec9914b8703 (diff) | |
download | rails-7d9a80be93509b47796318caba08c79ab92f4c8d.tar.gz rails-7d9a80be93509b47796318caba08c79ab92f4c8d.tar.bz2 rails-7d9a80be93509b47796318caba08c79ab92f4c8d.zip |
Remove awkward phrasing from Ajax on Rails guide
Diffstat (limited to 'railties')
-rw-r--r-- | railties/guides/source/ajax_on_rails.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/ajax_on_rails.textile b/railties/guides/source/ajax_on_rails.textile index 3d7fcdc198..b80df4aa58 100644 --- a/railties/guides/source/ajax_on_rails.textile +++ b/railties/guides/source/ajax_on_rails.textile @@ -42,7 +42,7 @@ You are ready to add some AJAX love to your Rails app! h4. The Quintessential AJAX Rails Helper: link_to_remote -Let's start with the the probably most often used helper: +link_to_remote+, which has an interesting feature from the documentation point of view: the options supplied to +link_to_remote+ are shared by all other AJAX helpers, so learning the mechanics and options of +link_to_remote+ is a great help when using other helpers. +Let's start with what is probably the most often used helper: +link_to_remote+. It has an interesting feature from the documentation point of view: the options supplied to +link_to_remote+ are shared by all other AJAX helpers, so learning the mechanics and options of +link_to_remote+ is a great help when using other helpers. The signature of +link_to_remote+ function is the same as that of the standard +link_to+ helper: |