aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/action_view_overview.md
diff options
context:
space:
mode:
authorYauheni Dakuka <yauheni.dakuka@gmail.com>2017-10-06 09:02:56 +0300
committerYauheni Dakuka <yauheni.dakuka@gmail.com>2017-10-06 09:02:56 +0300
commitde2afdc457d63ee628b5cac4e7bb73812e016e38 (patch)
tree2e599f1216258bf12027a3ead67d11e031edb6c8 /guides/source/action_view_overview.md
parent883d83bf727b23d9c9d10a3366441468d1273b02 (diff)
downloadrails-de2afdc457d63ee628b5cac4e7bb73812e016e38.tar.gz
rails-de2afdc457d63ee628b5cac4e7bb73812e016e38.tar.bz2
rails-de2afdc457d63ee628b5cac4e7bb73812e016e38.zip
Cosmetic fixes [ci skip]
Diffstat (limited to 'guides/source/action_view_overview.md')
-rw-r--r--guides/source/action_view_overview.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/action_view_overview.md b/guides/source/action_view_overview.md
index a57623428f..349108c207 100644
--- a/guides/source/action_view_overview.md
+++ b/guides/source/action_view_overview.md
@@ -490,7 +490,7 @@ stylesheet_link_tag "application" # => <link href="/assets/application.css" medi
#### stylesheet_path
-Computes the path to a stylesheet asset in the `app/assets/stylesheets` directory. If the source filename has no extension, `.css` will be appended. Full paths from the document root will be passed through. Used internally by stylesheet_link_tag to build the stylesheet path.
+Computes the path to a stylesheet asset in the `app/assets/stylesheets` directory. If the source filename has no extension, `.css` will be appended. Full paths from the document root will be passed through. Used internally by `stylesheet_link_tag` to build the stylesheet path.
```ruby
stylesheet_path "application" # => /assets/application.css