Skip to content

Commit

Permalink
Merge branch 'ol-customisation' of https://github.com/editor-js/neste…
Browse files Browse the repository at this point in the history
…d-list into ol-customisation
  • Loading branch information
e11sy committed Oct 23, 2024
2 parents 9398f99 + 333d323 commit 9afdb12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/ItemMeta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export interface ChecklistItemMeta extends ItemMeta {
*/
export interface OrderedListItemMeta extends ItemMeta {
/**
* Ordered list counters should start with this index
* If passed, ordered list counters will start with this index
*/
start?: number;
};
Expand Down

0 comments on commit 9afdb12

Please sign in to comment.