From 8d4950d6e49b7a7beaf62997a5466ef7a4a9da0e Mon Sep 17 00:00:00 2001 From: Alexey Rogachev Date: Mon, 5 Dec 2016 13:31:47 +0600 Subject: [PATCH] Fixed typo --- lib/jekyll/page.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jekyll/page.rb b/lib/jekyll/page.rb index 3e3c7ec8..7619966d 100644 --- a/lib/jekyll/page.rb +++ b/lib/jekyll/page.rb @@ -58,7 +58,7 @@ module Jekyll # The generated directory into which the page will be placed # upon generation. This is derived from the permalink or, if - # permalink is absent, we be '/' + # permalink is absent, will be '/' # # Returns the String destination directory. def dir