Skip to content

Commit fd2a067

Browse files
committed
Fix spelling
1 parent 95b63a4 commit fd2a067

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.local.dic

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ nginx
7474
NiM
7575
NTFS
7676
PowerShell
77+
pnpm
7778
pre-made
7879
Pre-Octane
7980
preloading

guides/basic-use/assets-and-dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Dependencies listed in `package.json` can be installed with `npm install`, `yarn
4242

4343
There are two ways to switch from the default package manager, `npm`.
4444
Either include an option when the app is created, like `ember new --yarn` or `ember new --pnpm`,
45-
or run `yarn install` or `pnpm install` to generate the package manager's asosciated lockfile file.
45+
or run `yarn install` or `pnpm install` to generate the package manager's associated lockfile file.
4646
Ember will detect the lockfile and start using it instead
4747
for any `ember install some-addon-name` commands.
4848
Don't forget to delete the `package-lock.json` file if the app

0 commit comments

Comments
 (0)