From 63482406ea703e02ab07c9d27648adcc531dc4a3 Mon Sep 17 00:00:00 2001 From: Jarek Wojciechowski Date: Tue, 15 May 2018 12:36:36 -0400 Subject: [PATCH] style(seed): Remove typo from chai-http-IV challenge title (#17148) (#17149) --- .../quality-assurance-and-testing-with-chai.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/challenges/06-information-security-and-quality-assurance/quality-assurance-and-testing-with-chai.json b/challenges/06-information-security-and-quality-assurance/quality-assurance-and-testing-with-chai.json index 0d682b4cf7..9c2b2bc4b8 100644 --- a/challenges/06-information-security-and-quality-assurance/quality-assurance-and-testing-with-chai.json +++ b/challenges/06-information-security-and-quality-assurance/quality-assurance-and-testing-with-chai.json @@ -717,7 +717,7 @@ }, { "id": "587d824f367417b2b2512c5b", - "title": "Run Functional Tests on an API Response using Chai-HTTP IV - PUT method redux", + "title": "Run Functional Tests on an API Response using Chai-HTTP IV - PUT method", "description": [ "As a reminder, this project is being built upon the following starter project on Glitch, or cloned from GitHub.", "This exercise is similar to the preceding. Look at it for the details.", @@ -831,4 +831,4 @@ "translations": {} } ] -} \ No newline at end of file +}