diff options
Diffstat (limited to 'actionpack/README')
-rwxr-xr-x | actionpack/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/README b/actionpack/README index 8590af9f0b..1a2da631b1 100755 --- a/actionpack/README +++ b/actionpack/README @@ -174,7 +174,7 @@ A short rundown of the major features: link_to_remote "Delete this post", :update => "posts", :url => { :action => "destroy", :id => post.id } - {Learn more}[link:classes/ActionView/Helpers/JavascriptHelper.html] + {Learn more}[link:classes/ActionView/Helpers/JavaScriptHelper.html] * Pagination for navigating lists of results. |