fix(curriculum): add quotes in test description (#46744)

fix: add quotes in test description
This commit is contained in:
Rey
2022-07-02 09:35:08 -04:00
committed by GitHub
parent da5d5462ff
commit 1a3c038119

View File

@@ -270,7 +270,7 @@ async (getUserInput) => {
};
```
If the object submitted to `/api/check` is missing `puzzle`, `coordinate` or `value`, the returned value will be `{ error: Required field(s) missing }`
If the object submitted to `/api/check` is missing `puzzle`, `coordinate` or `value`, the returned value will be `{ error: 'Required field(s) missing' }`
```js
async (getUserInput) => {