Update your-first-plugin.md (#8420)

This commit is contained in:
Pratyaksh Gautam
2020-10-01 16:43:42 +05:30
committed by GitHub
parent b17cb5fe2a
commit d26970cf25

View File

@@ -136,7 +136,7 @@ recommended best practices to help structure your plugin.
We recommend using a [gem](/docs/ruby-101/#gems) for your plugin. This will
help you manage dependencies, keep separation from your site source code and
allow you to share functionality across multiple projects. For tips on creating
a gem take a look a the
a gem take a look at the
[Ruby gems guide](https://guides.rubygems.org/make-your-own-gem/) or look
through the source code of an existing plugin such as
[jekyll-feed](https://github.com/jekyll/jekyll-feed).