Explorar o código

chore: fix typo in clipboard alert (#5693)

chore: fix typo
Seunghyun oh %!s(int64=2) %!d(string=hai) anos
pai
achega
c5869979c8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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<{