Skip to content

Commit

Permalink
fix: typo in demo-encrypt-decrypt-react
Browse files Browse the repository at this point in the history
  • Loading branch information
furkanakal committed Nov 28, 2023
1 parent 88e84a8 commit 02976b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/demo-encrypt-decrypt-react/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function App() {
const [data, setData] = useState<object | string>({
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!');
Expand Down

0 comments on commit 02976b7

Please sign in to comment.