Переглянути джерело

chore: fix typo in clipboard alert (#5693)

chore: fix typo
Seunghyun oh 2 роки тому
батько
коміт
c5869979c8
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      src/packages/excalidraw/example/App.tsx

+ 1 - 1
src/packages/excalidraw/example/App.tsx

@@ -282,7 +282,7 @@ export default function App() {
       files: excalidrawAPI?.getFiles(),
       type,
     });
-    window.alert(`Copied to clipboard as ${type} sucessfully`);
+    window.alert(`Copied to clipboard as ${type} successfully`);
   };
 
   const [pointerData, setPointerData] = useState<{