Skip to content

Commit 1df9684

Browse files
authored
Merge pull request #429 from Nicolas-Gatien/main
Fix 'nmp' typo in development.md
2 parents 1548c67 + 9e18c1f commit 1df9684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ npm i
3131
npm run build -ws
3232
```
3333

34-
**Note**: We have included a `package-lock.json` in `script/workspace`. If `npm run build -ws` fails because packages are not installed correctly with `nmp i`, re-run `script/bootstrap` and run `npm ci` to
34+
**Note**: We have included a `package-lock.json` in `script/workspace`. If `npm run build -ws` fails because packages are not installed correctly with `npm i`, re-run `script/bootstrap` and run `npm ci` to
3535
get working packages.
3636

3737
## Make changes

0 commit comments

Comments
 (0)