Skip to content

Commit b8174ce

Browse files
authored
Update part3a.md: Just a minor grammar fix
1 parent a8e4af5 commit b8174ce

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)