From 3d9904541171766bdcaede33a62a81d6574e640e Mon Sep 17 00:00:00 2001 From: ewatch Date: Mon, 24 May 2021 22:53:39 +0200 Subject: [PATCH] Fix invalid HTML code in Example 1 (#236) Line 111 opened a headline with h5 but closed with h6. Both are h5 tags now. --- docs/collections.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/collections.md b/docs/collections.md index 04c33ced2..3e67c2c82 100644 --- a/docs/collections.md +++ b/docs/collections.md @@ -108,7 +108,7 @@ function formatDate(date) {
-
Results {collection.start + 1}–{collection.end + 1} of {collection.total}
+
Results {collection.start + 1}–{collection.end + 1} of {collection.total}
{collection.data.map((post) => (

{post.title}