Update run-functional-tests-on-api-endpoints-using-chai-http-ii.english.md (#38065)

Corrected typos.
This commit is contained in:
Nick Black
2020-01-14 10:48:18 -05:00
committed by Parth Parth
parent fd72bd40f9
commit 27b4deae36

View File

@@ -14,7 +14,7 @@ As a reminder, this project is being built upon the following starter project on
## Instructions
<section id='instructions'>
Replace <code>assert.fail()</code>. Test the status and the <code>text.response</code>. Make the test pass.
Send you name in the query appending <code>?name=&ltyour_name&gt</code>, the endpoint with responds with <code>'hello &ltyour_name&gt'</code>.
Send your name in the query appending <code>?name=&ltyour_name&gt</code>, the endpoint responds with <code>'hello &ltyour_name&gt'</code>.
</section>
## Tests