Skip to content

Commit 0a082b9

Browse files
authored
docs(configuration): Update configuration-languages.md (#4187)
coffee-script has been move to coffeescript
1 parent c142e75 commit 0a082b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/configuration/configuration-languages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ W> We had been getting reports that `TS_NODE_PROJECT` might not work with `"TS_N
9898
Similarly, to use [CoffeeScript](https://coffeescript.org/), you would first install the necessary dependencies:
9999

100100
``` bash
101-
npm install --save-dev coffee-script
101+
npm install --save-dev coffeescript
102102
```
103103

104104
and then proceed to write your configuration:

0 commit comments

Comments
 (0)