Skip to content

Commit 54c8ab8

Browse files
author
Sam Vitare
authored
Update part4b.md
added the application to be worked on in the start of this section to make it things more clear.
1 parent c1ffbbd commit 54c8ab8

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)