From b36731442401a03c3fd5d40c6497821b0b7b7c52 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Mon, 27 Mar 2017 13:38:09 -0400 Subject: [PATCH] Fix whitespace issue in philosophy document. /cc https://github.com/jekyll/jekyll/issues/5342#issuecomment-247358296 --- docs/philosophy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/philosophy.md b/docs/philosophy.md index b058183e..7d9c414f 100644 --- a/docs/philosophy.md +++ b/docs/philosophy.md @@ -16,8 +16,8 @@ action, the outcome should be easily understandable and focused. ### 2. It "Just Works" -The out-of-the-box experience should be that it "just works." Run `gem -install jekyll` and it should build any Jekyll site that it's given. +The out-of-the-box experience should be that it "just works." Run +`gem install jekyll` and it should build any Jekyll site that it's given. Features like auto-regeneration and settings like the markdown renderer should represent sane defaults that work perfectly for the vast majority of cases. The burden of initial configuration should not be placed on the user.