There was an error while loading. Please reload this page.
1 parent feec5a3 commit 2cd3cffCopy full SHA for 2cd3cff
1 file changed
5-network/02-formdata/article.md
@@ -25,7 +25,7 @@ From the server point of view, that looks like a usual form submission.
25
```html run autorun
26
<form id="formElem">
27
<input type="text" name="name" value="John">
28
- <input type="text" name="surname" value="Smith">
+ <input type="text" name="surname" value="Lee">
29
<input type="submit">
30
</form>
31
0 commit comments