From b2cdd87e07c467be2c41e130ff31b2405e8c46f6 Mon Sep 17 00:00:00 2001 From: ThisDavidRichard <147505039+ThisDavidRichard@users.noreply.github.com> Date: Wed, 24 Jul 2024 15:53:20 +0200 Subject: [PATCH] Fixed number in ordered list --- src/content/guides/invalid-schema.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/guides/invalid-schema.mdx b/src/content/guides/invalid-schema.mdx index c68fee1..557e44e 100644 --- a/src/content/guides/invalid-schema.mdx +++ b/src/content/guides/invalid-schema.mdx @@ -53,7 +53,7 @@ new Editor({ ``` -1. Attaching a listener to the `contentError` event: +2. Attaching a listener to the `contentError` event: ```jsx const editor = new Editor({