From b9d87ff80d6523a67430beb1550b17db4b77f53a Mon Sep 17 00:00:00 2001 From: Amir Angel <36531255+17Amir17@users.noreply.github.com> Date: Sun, 5 Jan 2025 15:22:45 +0200 Subject: [PATCH] fix: bump for release --- example/src/Examples/Advanced/editor-web/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/src/Examples/Advanced/editor-web/index.tsx b/example/src/Examples/Advanced/editor-web/index.tsx index 42ecda5..fbdd465 100644 --- a/example/src/Examples/Advanced/editor-web/index.tsx +++ b/example/src/Examples/Advanced/editor-web/index.tsx @@ -3,7 +3,7 @@ import { createRoot } from 'react-dom/client'; import { AdvancedEditor } from './AdvancedEditor'; /** - * This is the entrypoint for the "web" part of our editor that will be built with vite + * This is the entrypoint for the web part of our editor that will be built with vite */ declare global {