From 7274419fa74a21b27f8de3db93249e90608ca6ff Mon Sep 17 00:00:00 2001 From: novo <63547292+de-novo@users.noreply.github.com> Date: Tue, 5 Nov 2024 09:48:38 +0900 Subject: [PATCH] fix(docs): tailwind extensions guide This PR updates the defaultExtensions array by correcting updateImage to UpdatedImage for consistent naming. --- apps/docs/guides/tailwind/extensions.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/guides/tailwind/extensions.mdx b/apps/docs/guides/tailwind/extensions.mdx index 6cd53eaac..5e3415808 100644 --- a/apps/docs/guides/tailwind/extensions.mdx +++ b/apps/docs/guides/tailwind/extensions.mdx @@ -96,7 +96,7 @@ export const defaultExtensions = [ placeholder, TiptapLink, TiptapImage, - updatedImage, + UpdatedImage, taskList, taskItem, horizontalRule,