fix(curriculum): Capitalize abbreviation JSON (#49043)

fix(curriculum): Capitalize abbreviation: JSON
This commit is contained in:
Sriparno Roy 2023-01-17 10:50:37 +05:30 committed by GitHub
parent 58a91ae2e3
commit 52a698ee57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) =>