Skip to content

Commit 02976b7

Browse files
committed
fix: typo in demo-encrypt-decrypt-react
1 parent 88e84a8 commit 02976b7

File tree

1 file changed

+1
-1
lines changed
  • apps/demo-encrypt-decrypt-react/src

1 file changed

+1
-1
lines changed

apps/demo-encrypt-decrypt-react/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function App() {
1717
const [data, setData] = useState<object | string>({
1818
data: {
1919
name: 'Lit Protocol',
20-
description: 'Threadshold cryptography for the win!',
20+
description: 'Threshold cryptography for the win!',
2121
}
2222
});
2323
const [str, setStr] = useState('This test is working! Omg!');

0 commit comments

Comments
 (0)