Browse Source

chore: fix typo in clipboard alert (#5693)

chore: fix typo
Seunghyun oh 2 years ago
parent
commit
c5869979c8
1 changed files with 1 additions and 1 deletions
  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<{