From c5c67fd92aa6a7d6684d471da2edfede6caa3fc3 Mon Sep 17 00:00:00 2001 From: askoufis Date: Thu, 7 Mar 2019 15:28:30 +1100 Subject: [PATCH] Fixes typo in numbering documentation --- docs/usage/numbering.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/numbering.md b/docs/usage/numbering.md index 841ac2e114..7a639a283f 100644 --- a/docs/usage/numbering.md +++ b/docs/usage/numbering.md @@ -26,7 +26,7 @@ _levels_ which form a sequence starting at 0 indicating the top-level list look and increasing from there to descibe the sublists, then sub-sublists, etc. Each level includes the following properties: -* **level**: This its 0-based index in the defintion stack +* **level**: This is its 0-based index in the defintion stack * **numberFormat**: This indicates how the bullet or number should be generated. Options include `bullet` (meaning don't count), `decimal` (arabic numerals), `upperRoman`, `lowerRoman`, `hex`, and many