Skip to content

Commit

Permalink
Fixed typo (#16416)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcrespom authored Jan 15, 2025
1 parent 4092b27 commit acbf34b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install/npmrc.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Bun supports loading configuration options from [`.npmrc`](https://docs.npmjs.co

### `registry`: Set the default registry

The default registry is used to resolve packages, it's default value is `npm`'s official registry (`https://registry.npmjs.org/`).
The default registry is used to resolve packages, its default value is `npm`'s official registry (`https://registry.npmjs.org/`).

To change it, you can set the `registry` option in `.npmrc`:

Expand Down

0 comments on commit acbf34b

Please sign in to comment.