Skip to content

Commit

Permalink
docs: fix typo (#5481)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adbib authored Nov 26, 2023
1 parent 0e413eb commit 85552d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ export default component$(() => {
<label>User email: <input name="email" defaultValue={userData.formData?.get('email')} /></label>
</div>
<button type="submit">Update</button>
</form>
</Form>
</main>
);
});
Expand Down

0 comments on commit 85552d7

Please sign in to comment.