Skip to content

Commit 9e18c1f

Browse files
Merge pull request #1 from Nicolas-Gatien/fix-development-typo
Fix 'nmp' typo in development.md
2 parents e335065 + 72a1e32 commit 9e18c1f

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)