From 739411ff3b31e3df25fbf35db1d8312c8df537c1 Mon Sep 17 00:00:00 2001 From: Chris Finazzo Date: Mon, 30 Apr 2018 15:40:11 -0400 Subject: [PATCH] Fix typo (#6969) Merge pull request 6969 --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 39f6d26b..c83facec 100644 --- a/docs/index.html +++ b/docs/index.html @@ -50,7 +50,7 @@ overview: true

~ $ - bundle add jekyll & & bundle install + bundle add jekyll && bundle install

~