Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Jun 23, 2023
1 parent 95b63a4 commit fd2a067
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .local.dic
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ nginx
NiM
NTFS
PowerShell
pnpm
pre-made
Pre-Octane
preloading
Expand Down
2 changes: 1 addition & 1 deletion guides/basic-use/assets-and-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Dependencies listed in `package.json` can be installed with `npm install`, `yarn

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

0 comments on commit fd2a067

Please sign in to comment.