Skip to content

Commit 5de1662

Browse files
committed
fix
1 parent 9fb235a commit 5de1662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

7-network/1-xmlhttprequest/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ Create it, optionally from a form, `append` more fields if needed, and then:
290290
1. `xhr.open('POST', ...)` – use `POST` method.
291291
2. `xhr.send(formData)` to submit the form to the server.
292292
293-
The rest is as usual, for instance:
293+
For instance:
294294
295295
```html
296296
<form name="person">

0 commit comments

Comments
 (0)