aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/plugins.md
diff options
context:
space:
mode:
authorEileen M. Uchitelle <eileencodes@users.noreply.github.com>2017-10-06 08:45:51 -0400
committerGitHub <noreply@github.com>2017-10-06 08:45:51 -0400
commit6375c9a3ae34cadd0d98e31ae1474fee26cf92ea (patch)
tree2e599f1216258bf12027a3ead67d11e031edb6c8 /guides/source/plugins.md
parent883d83bf727b23d9c9d10a3366441468d1273b02 (diff)
parentde2afdc457d63ee628b5cac4e7bb73812e016e38 (diff)
downloadrails-6375c9a3ae34cadd0d98e31ae1474fee26cf92ea.tar.gz
rails-6375c9a3ae34cadd0d98e31ae1474fee26cf92ea.tar.bz2
rails-6375c9a3ae34cadd0d98e31ae1474fee26cf92ea.zip
Merge pull request #30816 from ydakuka/cosmetic-fixes
Missing backquotes in the guides
Diffstat (limited to 'guides/source/plugins.md')
-rw-r--r--guides/source/plugins.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/plugins.md b/guides/source/plugins.md
index 5048444cb2..15073af6be 100644
--- a/guides/source/plugins.md
+++ b/guides/source/plugins.md
@@ -446,7 +446,7 @@ Publishing Your Gem
-------------------
Gem plugins currently in development can easily be shared from any Git repository. To share the Yaffle gem with others, simply
-commit the code to a Git repository (like GitHub) and add a line to the Gemfile of the application in question:
+commit the code to a Git repository (like GitHub) and add a line to the `Gemfile` of the application in question:
```ruby
gem "yaffle", git: "https://github.com/rails/yaffle.git"