From d69dc5d75b2014341be882c762c30aa9bd979304 Mon Sep 17 00:00:00 2001 From: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com> Date: Mon, 1 Aug 2022 23:40:28 +0700 Subject: [PATCH] fix(curriculum): minor typo in the Twitch JSON API challenge (#47112) --- .../take-home-projects/use-the-twitch-json-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/use-the-twitch-json-api.md b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/use-the-twitch-json-api.md index a7b2f922314..328ba2183d2 100644 --- a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/use-the-twitch-json-api.md +++ b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/use-the-twitch-json-api.md @@ -18,7 +18,7 @@ Fulfill the below user stories and get all of the tests to pass. Use whichever l **User Story:** I can click the status output and be sent directly to the freeCodeCamp's Twitch.tv channel. -**User Story:** if a Twitch user is currently streaming, I can see additional details about what they are streaming. +**User Story:** If a Twitch user is currently streaming, I can see additional details about what they are streaming. **Hint:** Here's an array of the Twitch.tv usernames of people who regularly stream: `["ESL_SC2", "OgamingSC2", "cretetion", "freecodecamp", "storbeck", "habathcx", "RobotCaleb", "noobs2ninjas"]`