From 2966b7ff9438f88d84fd824600fb00f8b0c824fc Mon Sep 17 00:00:00 2001 From: Jordan Morgan Date: Tue, 9 Oct 2018 19:21:39 -0500 Subject: [PATCH] "This restricts you..." to "This restricts your" (#7307) Merge pull request 7307 --- docs/_docs/step-by-step/10-deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/step-by-step/10-deployment.md b/docs/_docs/step-by-step/10-deployment.md index 0e712d85..bdedb7c1 100644 --- a/docs/_docs/step-by-step/10-deployment.md +++ b/docs/_docs/step-by-step/10-deployment.md @@ -31,7 +31,7 @@ When using a `Gemfile`, you'll run commands like `jekyll serve` with bundle exec jekyll serve ``` -This restricts you Ruby environment to only use gems set in your `Gemfile`. +This restricts your Ruby environment to only use gems set in your `Gemfile`. ## Plugins