Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TodePond authored Dec 12, 2023
1 parent e9eb586 commit d6843d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wikiblogarden/tadi-web/cloud/sync/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ We need to send it off to the cloud as well. For this example, I'll use my [imag
Let's store our login details. Replace with your own address.

```html
<imput type="password" onInput="handleInput()" />
<input type="password" onInput="handleInput()" />
<script>
const input = document.querySelector("input")
const login = {
Expand Down

0 comments on commit d6843d1

Please sign in to comment.