Skip to content

Commit 662e35d

Browse files
authored
Merge pull request #3336 from Yisaaaa/patch-1
Update part3a.md: Just a minor grammar fix
2 parents 4e7a211 + b8174ce commit 662e35d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/3/en/part3a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ echo "Error: no test specified" && exit 1
9393

9494
### Simple web server
9595

96-
Let's change the application into a web server by editing the _index.js_ files as follow:
96+
Let's change the application into a web server by editing the _index.js_ file as follow:
9797

9898
```js
9999
const http = require('http')

0 commit comments

Comments
 (0)