From a5662825e5639b735902d7f8a120a9b387191ab9 Mon Sep 17 00:00:00 2001
From: Michael Lynch <mtlynch@users.noreply.github.com>
Date: Fri, 17 Jan 2020 12:25:46 +0000
Subject: [PATCH] Fixing grammar mistake in English reading time (#251)

---
 i18n/en.toml    |    3 +--
 CONTRIBUTORS.md |    1 +
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index b7dc7f6..49f239b 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -54,3 +54,4 @@
 - [Eli W. Hunter](https://github.com/elihunter173)
 - [Víctor López](https://github.com/viticlick)
 - [Anson VanDoren](https://github.com/anson-vandoren)
+- [Michael Lynch](https://github.com/mtlynch)
diff --git a/i18n/en.toml b/i18n/en.toml
index 3fb1b81..0834644 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -8,8 +8,7 @@
 other = "series"
 
 [reading_time]
-one = "One minute read"
-other = "{{ .Count }} minutes read"
+other = "{{ .Count }}-minute read"
 
 [page_not_found]
 other = "Page Not Found"

--
Gitblit v1.10.0