From 746c3741e7011580efa69ab3fd1d5eb55e4f3348 Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Mon, 24 Nov 2014 10:25:09 -0500 Subject: Fix wrong path in comments about stylesheets I put the wrong path in my last PR by accident. Fixed here. Related to #17742 --- .../lib/rails/generators/rails/plugin/templates/rails/stylesheets.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/railties/lib/rails/generators/rails/plugin/templates/rails/stylesheets.css b/railties/lib/rails/generators/rails/plugin/templates/rails/stylesheets.css index c07accc219..f9cd5b3483 100644 --- a/railties/lib/rails/generators/rails/plugin/templates/rails/stylesheets.css +++ b/railties/lib/rails/generators/rails/plugin/templates/rails/stylesheets.css @@ -3,7 +3,7 @@ * listed below. * * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. + * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. * * You're free to add application-wide styles to this file and they'll appear at the bottom of the * compiled file so the styles you add here take precedence over styles defined in any styles -- cgit v1.2.3