Correcting type on word error (#40578)

Bug Fix for #40533
pull/40754/head
Durbatuluk1701 2021-01-20 23:05:42 -06:00 committed by GitHub
parent a8230fda57
commit b62cf73116
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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