Skip to content

Commit aff5bfd

Browse files
authored
Merge pull request #594 from phthhieu/patch-1
Update ch04.md
2 parents d1d831d + d93db2d commit aff5bfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ch04.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,11 @@ Should you prefer to do exercises directly in files using your own editor:
118118
- clone the repository (`git clone [email protected]:MostlyAdequate/mostly-adequate-guide.git`)
119119
- go in the *exercises* section (`cd mostly-adequate-guide/exercises`)
120120
- install the necessary plumbing using [npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) (`npm install`)
121-
- complete answers by modifying the files named *exercises\_\** in the corresponding chapter's folder
121+
- complete answers by modifying the files named *exercise\_\** in the corresponding chapter's folder
122122
- run the correction with npm (e.g. `npm run ch04`)
123123

124124
Unit tests will run against your answers and provide hints in case of mistake. By the by, the
125-
answers to the exercises are available in files named *answers\_\**.
125+
answers to the exercises are available in files named *solution\_\**.
126126

127127
#### Let's Practice!
128128

0 commit comments

Comments
 (0)