From f3a03a14cd26ff716809f1bb01dde95f56d7890a Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Wed, 31 Jul 2019 05:49:38 -0700 Subject: [PATCH] Fix misspelling (#7764) Merge pull request 7764 --- docs/_docs/installation/windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/installation/windows.md b/docs/_docs/installation/windows.md index 4623b405..ceda22b0 100644 --- a/docs/_docs/installation/windows.md +++ b/docs/_docs/installation/windows.md @@ -23,7 +23,7 @@ We only cover RubyInstaller-2.4 and newer here, older versions need to 1. Download and Install a **Ruby+Devkit** version from [RubyInstaller Downloads](https://rubyinstaller.org/downloads/). Use default options for installation. 2. Run the `ridk install` step on the last stage of the installation wizard. This is needed for installing gems with native - extensions. You can find addtional information regarding this in the + extensions. You can find additional information regarding this in the [RubyInstaller Documentation](https://github.com/oneclick/rubyinstaller2#using-the-installer-on-a-target-system) 3. Open a new command prompt window from the start menu, so that changes to the `PATH` environment variable becomes effective. Install Jekyll and Bundler via: `gem install jekyll bundler`