From 4baa0093edad6dc22eed43e2c33a82116e5bd354 Mon Sep 17 00:00:00 2001 From: Stephan Fischer Date: Tue, 5 Jun 2018 18:09:24 +0200 Subject: [PATCH] [Doc] Fixing a small typo (#7058) Merge pull request 7058 --- docs/_tutorials/using-jekyll-with-bundler.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_tutorials/using-jekyll-with-bundler.md b/docs/_tutorials/using-jekyll-with-bundler.md index 321f5505..3aa34bbb 100644 --- a/docs/_tutorials/using-jekyll-with-bundler.md +++ b/docs/_tutorials/using-jekyll-with-bundler.md @@ -90,7 +90,7 @@ If you're storing your new site in version control, you'll want to ignore the `./vendor/` and `./.bundle/` folders since they contain user- or platform-specific information. New users will be able to install the correct dependencies based on `Gemfile` and `Gemfile.lock`, which should both be checked -in. You can use this `.gitigonre` to get started, if you want. +in. You can use this `.gitignore` to get started, if you want. **.gitignore**