소스 검색

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