Skip to content

Commit 58b6586

Browse files
authored
fix(curriculum): remove trailing spaces and fix HTTP formatting (freeCodeCamp#67647)
Signed-off-by: Rehan A Mamidwar <137593500+Rehan-M-395@users.noreply.github.com>
1 parent 5a2606d commit 58b6586

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

curriculum/challenges/english/blocks/quiz-asynchronous-javascript/66edd630f7666cfa54b404d0.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ A technique to handle errors in your code.
2929

3030
---
3131

32-
A way to make network requests, typically to retrieve or send data to the server.
32+
A way to make network requests, typically to retrieve or send data to the server.
3333

3434
#### --answer--
3535

@@ -43,7 +43,7 @@ What is a thread?
4343

4444
#### --distractors--
4545

46-
A function used to retrieve data from the server.
46+
A function used to retrieve data from the server.
4747

4848
---
4949

@@ -83,7 +83,7 @@ To make network requests to servers.
8383

8484
#### --text--
8585

86-
Which `HTTP` method is used to send data to a server for processing?
86+
Which HTTP method is used to send data to a server for processing?
8787

8888
#### --distractors--
8989

@@ -341,7 +341,7 @@ Which of the following attributes downloads the script asynchronously but waits
341341

342342
#### --text--
343343

344-
What will the following code return?
344+
What will the following code return?
345345

346346
```js
347347
fetch('https://api.example.com/data')

0 commit comments

Comments
 (0)