freeCodeCamp / freeCodeCamp/back-end-development-and-apis

Clarify the directory path in Build a Case Converter lesson 15

Open Beginner friendly
#51 1 comment 0 reactions 0 assignees View on GitHub
good first issue
Dominant language
JavaScript
Stars
32
Forks
217
Avg merge
2d 12h
Merged PRs (30d)
6

Description

Lesson 15 of Build a Case Converter currently says:

> Within the `case_converter/` directory, create the entry point file `index.js`.

This instruction should include the parent directory, `build-a-case-converter/`, so the expected location is clear at this step.

In [this forum report](https://forum.freecodecamp.org/t/build-a-case-converter-build-a-case-converter-step-15/799587), the screenshot shows `case_converter/index.js` directly under the workspace root. The test correctly expects `build-a-case-converter/case_converter/index.js`. I reproduced the failure with the screenshot's layout and confirmed that an empty file at the expected path passes.

Update the description to say:

> Within the `build-a-case-converter/case_converter/` directory, create the entry point file `index.js`.

The file is [curriculum/locales/english/build-a-case-converter.md](https://github.com/freeCodeCamp/back-end-development-and-apis/blob/main/curriculum/locales/english/build-a-case-converter.md), under `## 15`. The test already checks the correct path.

Contributor guide

Open the contributing guide

Research direction

Open curriculum/locales/english/build-a-case-converter.md and locate section ## 15. Update the directory path in the instruction to include build-a-case-converter/case_converter/, then run the existing lesson test to confirm it still checks the expected path.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
documentation
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Active
Clarity
Clearly specified
Newbie friendliness
94/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.