8
0
Pārlūkot izejas kodu

Update packages/ckeditor5-list/docs/features/lists.md

Co-authored-by: Anna Tomanek <a.tomanek@cksource.com>
Bartek Biedrzycki 5 gadi atpakaļ
vecāks
revīzija
e4f8a06013
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      packages/ckeditor5-list/docs/features/lists.md

+ 1 - 1
packages/ckeditor5-list/docs/features/lists.md

@@ -21,7 +21,7 @@ An ordered (numbered) list can be used if the order of the items matters, for ex
 Use the editor below to see the list feature plugin in action. Lists can be introduced using toolbar buttons, or with Markdown code provided by the {@link features/autoformat autoformatting feature}:
 
 * Start a line with `*` or `-` followed by a space for a bulleted list.
-* start a line with `1.` or `1)` followed by a space for a numbered list
+* Start a line with `1.` or `1)` followed by a space for a numbered list.
 
 ### Demo