From 62a4549f35fc28d5c181d0c81e1302bddb2d43a8 Mon Sep 17 00:00:00 2001 From: jaredo Date: Wed, 21 Nov 2018 22:15:33 +1100 Subject: [PATCH] Grammar fix --- snippets/counter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/counter.md b/snippets/counter.md index 4e8b99f2f..49824b3a7 100644 --- a/snippets/counter.md +++ b/snippets/counter.md @@ -38,7 +38,7 @@ li::before { You can create a ordered list using any type of HTML. -1. `counter-reset` Initializes a counter, the value is the name of the counter. By default, the counter starts in 0. This property can also be used to change its value to any specific number. +1. `counter-reset` Initializes a counter, the value is the name of the counter. By default, the counter starts at 0. This property can also be used to change its value to any specific number. 2. `counter-increment` Used in element that will be countable. Once `counter-reset` initialized, a counter's value can be increased or decreased.