From 02976b78949dfc07fa3463e7b845464178b330e2 Mon Sep 17 00:00:00 2001 From: Furkan Date: Wed, 29 Nov 2023 02:00:07 +0300 Subject: [PATCH] fix: typo in demo-encrypt-decrypt-react --- apps/demo-encrypt-decrypt-react/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/demo-encrypt-decrypt-react/src/App.tsx b/apps/demo-encrypt-decrypt-react/src/App.tsx index 995db9af2b..df085d9d92 100644 --- a/apps/demo-encrypt-decrypt-react/src/App.tsx +++ b/apps/demo-encrypt-decrypt-react/src/App.tsx @@ -17,7 +17,7 @@ function App() { const [data, setData] = useState({ data: { name: 'Lit Protocol', - description: 'Threadshold cryptography for the win!', + description: 'Threshold cryptography for the win!', } }); const [str, setStr] = useState('This test is working! Omg!');