Merge pull request #3546 from capnfabs/patch-1

Improve consistency in site/_docs/plugins.md
This commit is contained in:
Parker Moore 2015-03-04 15:15:30 -08:00
commit 51dc0dfcf5
1 changed files with 3 additions and 3 deletions

View File

@ -42,12 +42,12 @@ You have 3 options for installing plugins:
<div class="note info"> <div class="note info">
<h5> <h5>
<code>_plugins</code> and <code>gems</code> <code>_plugins</code>, <code>_config.yml</code> and <code>Gemfile</code>
can be used simultaneously can be used simultaneously
</h5> </h5>
<p> <p>
You may use both of the aforementioned plugin options simultaneously in the 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 other same site if you so choose. Use of one does not restrict the use of the others.
</p> </p>
</div> </div>