Fixed typo (#16416)

This commit is contained in:
Luis Crespo
2025-01-15 20:42:38 +01:00
committed by GitHub
parent 4092b271cd
commit acbf34b47c

View File

@@ -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`: