mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-22 21:08:12 +08:00
fix(curriculum): Capitalize abbreviation JSON (#49043)
fix(curriculum): Capitalize abbreviation: JSON
This commit is contained in:
parent
58a91ae2e3
commit
52a698ee57
@ -18,7 +18,7 @@ Serve the object `{"message": "Hello json"}` as a response, in JSON format, to G
|
||||
|
||||
# --hints--
|
||||
|
||||
The endpoint `/json` should serve the json object `{"message": "Hello json"}`
|
||||
The endpoint `/json` should serve the JSON object `{"message": "Hello json"}`
|
||||
|
||||
```js
|
||||
(getUserInput) =>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user