We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88e84a8 commit 02976b7Copy full SHA for 02976b7
apps/demo-encrypt-decrypt-react/src/App.tsx
@@ -17,7 +17,7 @@ function App() {
17
const [data, setData] = useState<object | string>({
18
data: {
19
name: 'Lit Protocol',
20
- description: 'Threadshold cryptography for the win!',
+ description: 'Threshold cryptography for the win!',
21
}
22
});
23
const [str, setStr] = useState('This test is working! Omg!');
0 commit comments