Skip to content

Commit

Permalink
docs: update typo
Browse files Browse the repository at this point in the history
Changes to be committed:
modified:   docs/devSetupNpm.md
  • Loading branch information
blackfalcon committed Feb 13, 2024
1 parent 3ee9b67 commit 77883d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/devSetupNpm.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The Auro team works hard to ensure that once a component is updated, any compone

### Override npm

Timing is everything and there may be times where a nested dependency is not updated with the current release and there is a desire to have that be predictable. A way to solve this is to usethe ["overrides"](https://docs.npmjs.com/cli/v10/configuring-npm/package-json#overrides) feature of npm. Please see the examples listed in this link as the feature is very flexible.
Timing is everything and there may be times where a nested dependency is not updated with the current release and there is a desire to have that be predictable. A way to solve this is to use the ["overrides"](https://docs.npmjs.com/cli/v10/configuring-npm/package-json#overrides) feature of npm. Please see the examples listed in this link as the feature is very flexible.

```js
{
Expand Down

0 comments on commit 77883d9

Please sign in to comment.