fix spelling mistake

This commit is contained in:
Sean M. Collins 2025-03-10 22:07:12 -04:00
parent 21bf237437
commit aae890998f

View File

@ -2,6 +2,6 @@
<input type="email" name="email" placeholder="name@example.com">
<label for="email">Email address</label>
<input type="password" name="password" placeholder="Password">
<label for="paddword">Password</label>
<label for="password">Password</label>
<button type="submit" form="login">Sign in</button>
</form>