From 376b42637a8c0845ef78c9adc58f3204e8df4f1b Mon Sep 17 00:00:00 2001 From: Rohit Ambre Date: Tue, 12 Nov 2019 08:34:38 +0530 Subject: [PATCH] Updated file names required in the challenge (#37737) challenge requires two files to be created whose names are given with first letter in uppercase but further down in the description those files are imported with lowercase name. it is little confusing and requires renaming of files --- .../clean-up-your-project-with-modules.english.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/06-information-security-and-quality-assurance/advanced-node-and-express/clean-up-your-project-with-modules.english.md b/curriculum/challenges/english/06-information-security-and-quality-assurance/advanced-node-and-express/clean-up-your-project-with-modules.english.md index 0680866489d..802085260d8 100644 --- a/curriculum/challenges/english/06-information-security-and-quality-assurance/advanced-node-and-express/clean-up-your-project-with-modules.english.md +++ b/curriculum/challenges/english/06-information-security-and-quality-assurance/advanced-node-and-express/clean-up-your-project-with-modules.english.md @@ -9,7 +9,7 @@ forumTopicId: 301549
As a reminder, this project is being built upon the following starter project on Glitch, or cloned from GitHub. Right now everything you have is in your server.js file. This can lead to hard to manage code that isn't very expandable. -Create 2 new files: Routes.js and Auth.js +Create 2 new files: routes.js and auth.js Both should start with the following code: ```js