From 6abfb8197549650403ffd49795a1e7942f0bd96e Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Fri, 1 Sep 2017 02:16:34 +0800 Subject: [PATCH] jekyll: fix typo --- jekyll.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jekyll.md b/jekyll.md index 5c46a461e..4767fec67 100644 --- a/jekyll.md +++ b/jekyll.md @@ -305,7 +305,7 @@ Filters | `first` | | | `last` | | | `join:` _','_ | | -| `array_to_setentence_string` | → `"X, Y and Z"` | +| `array_to_sentence_string` | → `"X, Y and Z"` | | --- | --- | | `map:` _'post'_ | Works like 'pluck' | | --- | --- |