diff options
author | Jude Arasu <judearasu@gmail.com> | 2013-01-13 09:07:39 +0530 |
---|---|---|
committer | Jude Arasu <judearasu@gmail.com> | 2013-01-13 09:07:39 +0530 |
commit | c22989d32613f13b3f1b9ed234d9e76c72d60dbd (patch) | |
tree | d0e6a401fb097b04da697900494e5a59cc611b1d /guides/source | |
parent | d2d07b3adea8f443296dfb67c9c568d35d1e13bc (diff) | |
download | rails-c22989d32613f13b3f1b9ed234d9e76c72d60dbd.tar.gz rails-c22989d32613f13b3f1b9ed234d9e76c72d60dbd.tar.bz2 rails-c22989d32613f13b3f1b9ed234d9e76c72d60dbd.zip |
Fix simple expression
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/working_with_javascript_in_rails.md | 2 |
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 a7ca531123..03ef770352 100644 --- a/guides/source/working_with_javascript_in_rails.md +++ b/guides/source/working_with_javascript_in_rails.md @@ -51,7 +51,7 @@ with an id of `results`. Rails provides quite a bit of built-in support for building web pages with this technique. You rarely have to write this code yourself. The rest of this guide -will show you how Rails can help you write web sites in this manner, but it's +will show you how Rails can help you write websites in this way, but it's all built on top of this fairly simple technique. Unobtrusive JavaScript |