Fix typo in bundle exec command

This commit is contained in:
Morgan Terry 2016-01-27 22:29:56 -07:00 committed by Michael Rose
parent 184e3c4bed
commit b75061daa7

View File

@ -38,7 +38,7 @@ If you want to use Minimal Mistakes with an existing Jekyll site follow these st
## Running Jekyll ## Running Jekyll
If `jekyll build` and `jekyll serve` throw errors you may have to run Jekyll with `bundled exec` instead. If `jekyll build` and `jekyll serve` throw errors you may have to run Jekyll with `bundle exec` instead.
> In some cases, running executables without bundle exec may work, if the executable happens to be installed in your system and does not pull in any gems that conflict with your bundle. > In some cases, running executables without bundle exec may work, if the executable happens to be installed in your system and does not pull in any gems that conflict with your bundle.
> >