From 8a8235f8d7b9145b719b843010c64d6aa12657b4 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Fri, 5 Jan 2018 08:35:30 -0500 Subject: [PATCH] Fix grammar --- docs/_docs/04-upgrading.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_docs/04-upgrading.md b/docs/_docs/04-upgrading.md index c274b064..a910c682 100644 --- a/docs/_docs/04-upgrading.md +++ b/docs/_docs/04-upgrading.md @@ -2,7 +2,7 @@ title: "Upgrading" permalink: /docs/upgrading/ excerpt: "Instructions and suggestions for upgrading the theme." -last_modified_at: 2018-01-05T08:23:01-05:00 +last_modified_at: 2018-01-05T08:35:23-05:00 toc: true --- @@ -29,7 +29,7 @@ Simply run `bundle update` if you're using Bundler (have a `Gemfile`) or `gem up When hosting with GitHub Pages you'll need to push up a commit to force a rebuild with the latest [theme release](https://github.com/mmistakes/minimal-mistakes/releases). -An empty commit will get the job done too if you don't have anything to commit at the moment: +An empty commit will get the job done too if you don't have anything to push at the moment: ```terminal git commit --allow-empty -m "Force rebuild of site"