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