From 18ffa5e0832c53f5542c5f6f1d6a853874559916 Mon Sep 17 00:00:00 2001 From: Daniel Yuen <87561541+danielyuenhx@users.noreply.github.com> Date: Thu, 6 Oct 2022 22:01:48 +0800 Subject: [PATCH] Fixed typo in docs (#3265) Fixed typo in drawing.md docs. want -> wanted --- docs/examples/drawing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/drawing.md b/docs/examples/drawing.md index c2051f82..88413f85 100644 --- a/docs/examples/drawing.md +++ b/docs/examples/drawing.md @@ -1,4 +1,4 @@ # Drawing -Did you ever wanted to draw in a text editor? Me neither. Anyway, here is an example how that could work with Tiptap. If you want to build something like that, [learn more about node views](/guide/node-views). +Did you ever want to draw in a text editor? Me neither. Anyway, here is an example how that could work with Tiptap. If you want to build something like that, [learn more about node views](/guide/node-views). https://embed.tiptap.dev/preview/Examples/Drawing