Is that file in this repository?
Created 5 months ago
Created 5 months ago
Affected file: https://github.com/exercism/javascript/blob/main/reference/implementing-a-concept-exercise.md
In the affected file at line 93, it says "<slug>.cs
. the stub implementation file......". But the file tree presented in the affected file shows <slug>.js
.
Again when creating a pull request, the auto-generated comment says "or the stub file <exercise>.js
....". Here the file extension is also .js
. So maybe it is a typo in the affected file.
Created 5 months ago
You are correct! Would you like to submit a PR to update this file and rename .cs
to .js
?
Created 5 months ago
Yes. Opening a PR soon.
Possible typo in implementing-a-concept-exercise.md #1920
Shouldn't it be
<slug>.js
instead of<slug>.cs
at line 93?