1
0
mirror of https://github.com/excalidraw/excalidraw.git synced 2024-11-10 11:35:52 +01:00

chore: fix typo in clipboard alert (#5693)

chore: fix typo
This commit is contained in:
Seunghyun oh 2022-09-14 15:45:35 +09:00 committed by GitHub
parent 6a6b9c90a7
commit c5869979c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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<{