Skip to content

Commit 6b896fe

Browse files
authored
Merge pull request #3194 from myverdict/patch-11
Update part4b.md
2 parents c1ffbbd + 54c8ab8 commit 6b896fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/4/en/part4b.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The convention in Node is to define the execution mode of the application with t
2121

2222
It is common practice to define separate modes for development and testing.
2323

24-
Next, let's change the scripts in our <i>package.json</i> so that when tests are run, <i>NODE\_ENV</i> gets the value <i>test</i>:
24+
Next, let's change the scripts in our notes application <i>package.json</i> file, so that when tests are run, <i>NODE\_ENV</i> gets the value <i>test</i>:
2525

2626
```json
2727
{

0 commit comments

Comments
 (0)