aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/working_with_javascript_in_rails.md
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2013-01-01 22:44:04 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2013-01-01 22:45:55 +0530
commit684511825d3c36bc7d08e48acf58c5c2f99b826b (patch)
treeaa67071119c3313af30c98ecdfb4a148ac11174a /guides/source/working_with_javascript_in_rails.md
parentc6841258338524452eaf8850f63ed9cc4c3a85f0 (diff)
downloadrails-684511825d3c36bc7d08e48acf58c5c2f99b826b.tar.gz
rails-684511825d3c36bc7d08e48acf58c5c2f99b826b.tar.bz2
rails-684511825d3c36bc7d08e48acf58c5c2f99b826b.zip
small fix in js guide [ci skip]
Diffstat (limited to 'guides/source/working_with_javascript_in_rails.md')
-rw-r--r--guides/source/working_with_javascript_in_rails.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/working_with_javascript_in_rails.md b/guides/source/working_with_javascript_in_rails.md
index 0f5acfba3c..869490fc90 100644
--- a/guides/source/working_with_javascript_in_rails.md
+++ b/guides/source/working_with_javascript_in_rails.md
@@ -204,7 +204,7 @@ is a helper that assists with generating links. It has a `:remote` option you
can use like this:
```erb
-<%= link_to "first post", @post, remote: true %>
+<%= link_to "a post", @post, remote: true %>
```
which generates