From 5ef2debefba10eb8f4295f79fa4bee9dcf2961fb Mon Sep 17 00:00:00 2001 From: Frank Taillandier Date: Sat, 6 Jan 2018 13:45:07 +0100 Subject: [PATCH] typo --- docs/_docs/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/plugins.md b/docs/_docs/plugins.md index e3ce9c2a..562ef730 100644 --- a/docs/_docs/plugins.md +++ b/docs/_docs/plugins.md @@ -28,7 +28,7 @@ You have 3 options for installing plugins: here. Any file ending in `*.rb` inside this directory will be loaded before Jekyll generates your site. -2. In your `_config.yml` file, add a new array with the key `plugins` (or `gems`for Jekyll < `3.5.0`) and the +2. In your `_config.yml` file, add a new array with the key `plugins` (or `gems` for Jekyll < `3.5.0`) and the values of the gem names of the plugins you'd like to use. An example: ```yaml