From c1562c8997397cc8ed6e1448767fbfc2bb8b7c63 Mon Sep 17 00:00:00 2001 From: Fabian Tamp Date: Wed, 4 Mar 2015 21:20:08 +0000 Subject: [PATCH] Improve consistency in site/_docs/plugins.md Three plugin strategies are listed, but then only two were referenced in the following note. I've updated this doc so that all three are referenced. --- site/_docs/plugins.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/_docs/plugins.md b/site/_docs/plugins.md index 9f4afb97..4958add3 100644 --- a/site/_docs/plugins.md +++ b/site/_docs/plugins.md @@ -42,12 +42,12 @@ You have 3 options for installing plugins:
- _plugins and gems + _plugins, _config.yml and Gemfile can be used simultaneously

- You may use both of the aforementioned plugin options simultaneously in the - same site if you so choose. Use of one does not restrict the use of the other + You may use any of the aforementioned plugin options simultaneously in the + same site if you so choose. Use of one does not restrict the use of the others.