From d6e58623c6107e51d42b0642065a44a9913896d9 Mon Sep 17 00:00:00 2001 From: Jens Willmer Date: Fri, 3 Jun 2016 00:05:20 +0300 Subject: [PATCH] Fixed typo --- site/_docs/windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_docs/windows.md b/site/_docs/windows.md index 02ea233d..ea4c0359 100644 --- a/site/_docs/windows.md +++ b/site/_docs/windows.md @@ -10,7 +10,7 @@ knowledge and lessons that have been unearthed by Windows users. ## Installation -A quick way to install Jekyll it to follow the [installation instructions by David Burela](https://davidburela.wordpress.com/2015/11/28/easily-install-jekyll-on-windows-with-3-command-prompt-entries-and-chocolatey/): +A quick way to install Jekyll is to follow the [installation instructions by David Burela](https://davidburela.wordpress.com/2015/11/28/easily-install-jekyll-on-windows-with-3-command-prompt-entries-and-chocolatey/): 1. Install a package manager for Windows called [Chocolatey](https://chocolatey.org/install) 2. Install Ruby via Chocolatey: `choco install ruby -y`