Fix misspelling (#7764)

Merge pull request 7764
This commit is contained in:
Matt Kraai 2019-07-31 05:49:38 -07:00 committed by jekyllbot
parent 0f4b7be88d
commit f3a03a14cd
1 changed files with 1 additions and 1 deletions

View File

@ -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/). 1. Download and Install a **Ruby+Devkit** version from [RubyInstaller Downloads](https://rubyinstaller.org/downloads/).
Use default options for installation. 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 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) [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. 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` Install Jekyll and Bundler via: `gem install jekyll bundler`