Skip to content

Commit 90e122b

Browse files
authored
fix(curriculum): quiz game lab typo (freeCodeCamp#56833)
1 parent a428a13 commit 90e122b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

curriculum/challenges/english/25-front-end-development/lab-quiz-game/66f17db06803d11a1bd19a20.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ You should have a function named `getResults`.
9999
assert.isFunction(getResults);
100100
```
101101

102-
If the computer choice match the answer, `getResults` should return `The computer's choice is correct!`
102+
If the computer choice matches the answer, `getResults` should return `The computer's choice is correct!`
103103

104104
```js
105105
assert.equal(getResults(questions[0], questions[0].answer), `The computer's choice is correct!`);

0 commit comments

Comments
 (0)