From 19806e1eb6fbbae603662dc3bcdb498d77260bd4 Mon Sep 17 00:00:00 2001 From: Morgan Terry Date: Wed, 27 Jan 2016 22:29:56 -0700 Subject: [PATCH] Fix typo in `bundle exec` command --- theme-setup/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme-setup/index.md b/theme-setup/index.md index b2d51fd..429416f 100644 --- a/theme-setup/index.md +++ b/theme-setup/index.md @@ -38,7 +38,7 @@ If you want to use Minimal Mistakes with an existing Jekyll site follow these st ## 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. > -- 2.43.0