Skip to content

Commit 7ec80fb

Browse files
authored
Merge pull request #2669 from rikurauhala/patch-18
Edit a code snippet for consistency
2 parents 6357ba1 + 2fe5de3 commit 7ec80fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/11/en/part11c.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ You most likely need to do at least two changes. Firstly, define the Node versio
8181
```json
8282
{
8383
// highlight-start
84-
"engines" : {
85-
"node" : "16.13.2"
84+
"engines": {
85+
"node": "16.13.2"
8686
},
8787
// highlight-end
8888
"name": "fullstackopen-cicd",

0 commit comments

Comments
 (0)