From 04c8a5b0e4ed1cf5dbe42ff0b5aa85bf49868a08 Mon Sep 17 00:00:00 2001 From: Anthony Fok Date: Thu, 11 Oct 2018 21:50:58 +0800 Subject: [PATCH] Fix minor typo in 0.49.2 release note --- content/en/news/0.49.2-relnotes/index.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/content/en/news/0.49.2-relnotes/index.md b/content/en/news/0.49.2-relnotes/index.md index 18aea7d06..1d24cd624 100644 --- a/content/en/news/0.49.2-relnotes/index.md +++ b/content/en/news/0.49.2-relnotes/index.md @@ -1,4 +1,3 @@ - --- date: 2018-10-11 title: "Hugo 0.49.2: One Bug Fix" @@ -6,12 +5,9 @@ description: "Fixes a type issue in append and Scratch.Add" categories: ["Releases"] images: - images/blog/hugo-bug-poster.png - --- - - -This is fixes one regression from Hugo `0.42.1`: +This fixes one regression from Hugo `0.42.1`: * Fix type checking in Append [2159d77f](https://github.com/gohugoio/hugo/commit/2159d77f368eb1f78e51dd94133554f88052d85f) [@bep](https://github.com/bep) [#5303](https://github.com/gohugoio/hugo/issues/5303)