diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-11-24 13:27:54 -0200 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-11-24 13:27:54 -0200 |
commit | c16decacc2872831833a30928989277a2d93ad4a (patch) | |
tree | 14bc5454cda23d2914a3a75ca8ecd2ec30409c5c /railties/lib/rails | |
parent | a891b7ee67b25c8eebd02bacba58e278ec2ce2fc (diff) | |
parent | 746c3741e7011580efa69ab3fd1d5eb55e4f3348 (diff) | |
download | rails-c16decacc2872831833a30928989277a2d93ad4a.tar.gz rails-c16decacc2872831833a30928989277a2d93ad4a.tar.bz2 rails-c16decacc2872831833a30928989277a2d93ad4a.zip |
Merge pull request #17744 from RichardLitt/doc-fix-syntax
Fix wrong path in comments about stylesheets
Diffstat (limited to 'railties/lib/rails')
-rw-r--r-- | railties/lib/rails/generators/rails/plugin/templates/rails/stylesheets.css | 2 |
1 files changed, 1 insertions, 1 deletions
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 |