From 1af3c5b9c98b640905aea05005376409f28602da Mon Sep 17 00:00:00 2001 From: Niko Strijbol Date: Thu, 29 Aug 2019 13:01:57 +0200 Subject: [PATCH] Fix typo --- Rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rules b/Rules index b8a1757..a2637e6 100644 --- a/Rules +++ b/Rules @@ -147,7 +147,7 @@ compile '/**/*.erb' do filter :erb # Apply typographic improvements if required by the page. Use this on text-heavy pages, - # such has the history page. + # such as the history page. if @item[:typography] filter :typogruby end