fix(curriculum): capitalization of "API" in timestamp project (#48959)

chore(curriculum) : fixed capitalization of "API" in timestamp project (#48958)
This commit is contained in:
srmalkan 2023-01-10 13:45:00 +05:30 committed by GitHub
parent 4aa3b4d6ad
commit a10772488c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,7 +106,7 @@ Your project can handle dates that can be successfully parsed by `new Date(date_
);
```
If the input date string is invalid, the api returns an object having the structure `{ error : "Invalid Date" }`
If the input date string is invalid, the API returns an object having the structure `{ error : "Invalid Date" }`
```js
(getUserInput) =>