aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/plugins.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/plugins.md
parent883d83bf727b23d9c9d10a3366441468d1273b02 (diff)
downloadrails-de2afdc457d63ee628b5cac4e7bb73812e016e38.tar.gz
rails-de2afdc457d63ee628b5cac4e7bb73812e016e38.tar.bz2
rails-de2afdc457d63ee628b5cac4e7bb73812e016e38.zip
Cosmetic fixes [ci skip]
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"