diff --git a/curriculum/challenges/english/06-information-security-and-quality-assurance/quality-assurance-and-testing-with-chai/run-functional-tests-on-api-endpoints-using-chai-http-ii.english.md b/curriculum/challenges/english/06-information-security-and-quality-assurance/quality-assurance-and-testing-with-chai/run-functional-tests-on-api-endpoints-using-chai-http-ii.english.md index 54acc7c98b..4bc2b083d5 100644 --- a/curriculum/challenges/english/06-information-security-and-quality-assurance/quality-assurance-and-testing-with-chai/run-functional-tests-on-api-endpoints-using-chai-http-ii.english.md +++ b/curriculum/challenges/english/06-information-security-and-quality-assurance/quality-assurance-and-testing-with-chai/run-functional-tests-on-api-endpoints-using-chai-http-ii.english.md @@ -14,7 +14,7 @@ As a reminder, this project is being built upon the following starter project on ## Instructions
Replace assert.fail(). Test the status and the text.response. Make the test pass. -Send you name in the query appending ?name=<your_name>, the endpoint with responds with 'hello <your_name>'. +Send your name in the query appending ?name=<your_name>, the endpoint responds with 'hello <your_name>'.
## Tests