From afaa21d525c5b7ace447a1d58f55001eb954e2ca Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Thu, 28 Jan 2016 10:48:08 -0500 Subject: [PATCH] Fix typo in `bundle exec` --- 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 b46cc20663a..20c13b2d2e8 100644 --- a/theme-setup/index.md +++ b/theme-setup/index.md @@ -41,7 +41,7 @@ If you want to use So Simple with an existing Jekyll site follow these steps: ## 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. >