Grammar fix

This commit is contained in:
jaredo
2018-11-21 22:15:33 +11:00
committed by GitHub
parent af3a2b345e
commit 62a4549f35

View File

@ -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.