From 27b4deae362cb4916072a95277248fe6eb9016df Mon Sep 17 00:00:00 2001 From: Nick Black Date: Tue, 14 Jan 2020 10:48:18 -0500 Subject: [PATCH] Update run-functional-tests-on-api-endpoints-using-chai-http-ii.english.md (#38065) Corrected typos. --- ...ctional-tests-on-api-endpoints-using-chai-http-ii.english.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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