aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/action_view_overview.md
diff options
context:
space:
mode:
authorYuji Yaginuma <yuuji.yaginuma@gmail.com>2017-12-01 11:43:05 +0900
committerGitHub <noreply@github.com>2017-12-01 11:43:05 +0900
commit81b2aed360221a2cb5419cc1e5fd697961a183a6 (patch)
treee7da421f66798cb8b39bfcf826a5b438fe11ea2f /guides/source/action_view_overview.md
parentea36128de7cee7a6c30daea967d7355b92ee340f (diff)
parentb6baf0c88411824ce99f1ad4b9de64fa37ad96ea (diff)
downloadrails-81b2aed360221a2cb5419cc1e5fd697961a183a6.tar.gz
rails-81b2aed360221a2cb5419cc1e5fd697961a183a6.tar.bz2
rails-81b2aed360221a2cb5419cc1e5fd697961a183a6.zip
Merge pull request #31293 from ydakuka/fix-gemfile-guides
Cosmetic changes for Gemfile [ci skip]
Diffstat (limited to 'guides/source/action_view_overview.md')
-rw-r--r--guides/source/action_view_overview.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/action_view_overview.md b/guides/source/action_view_overview.md
index c1e02745de..fde2040173 100644
--- a/guides/source/action_view_overview.md
+++ b/guides/source/action_view_overview.md
@@ -149,10 +149,10 @@ end
#### Jbuilder
[Jbuilder](https://github.com/rails/jbuilder) is a gem that's
-maintained by the Rails team and included in the default Rails Gemfile.
+maintained by the Rails team and included in the default Rails `Gemfile`.
It's similar to Builder, but is used to generate JSON, instead of XML.
-If you don't have it, you can add the following to your Gemfile:
+If you don't have it, you can add the following to your `Gemfile`:
```ruby
gem 'jbuilder'