Correcting type on word error (#40578)

Bug Fix for #40533
This commit is contained in:
Durbatuluk1701
2021-01-20 23:05:42 -06:00
committed by GitHub
parent a8230fda57
commit b62cf73116

View File

@ -222,7 +222,7 @@ async (getUserInput) => {
};
```
If the puzzle submitted to `/api/check` is greater or less than 81 characters, the returned value will be `{ error: 'Expected puzzle to be 81 characters long' }`
If the puzzle submitted to `/api/check` is greater or less than 81 characters, the returned value will be `{ error: 'Expected puzzle to be 81 characters long' }`
```js
async (getUserInput) => {