From da965645c218a0ea6f140b0247a00bafee15f77e Mon Sep 17 00:00:00 2001 From: Evan Farrar Date: Sat, 9 May 2009 13:37:08 -0500 Subject: Adds a missing comma in example code. --- railties/guides/source/rails_application_templates.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/railties/guides/source/rails_application_templates.textile b/railties/guides/source/rails_application_templates.textile index 3068d0fd7f..fc178fa44b 100644 --- a/railties/guides/source/rails_application_templates.textile +++ b/railties/guides/source/rails_application_templates.textile @@ -88,7 +88,7 @@ Please note that you need to +git :init+ before you can install a plugin as a su Or use plain old SVN : -plugin 'wtfsvn' :svn => 'svn://crap.com/wtf/trunk' +plugin 'wtfsvn', :svn => 'svn://crap.com/wtf/trunk' h4. vendor/lib/file/initializer(filename, data = nil, &block) -- cgit v1.2.3