From acbf34b47c75cf66801a3cbb2120c7165ac5cbdb Mon Sep 17 00:00:00 2001 From: Luis Crespo Date: Wed, 15 Jan 2025 20:42:38 +0100 Subject: [PATCH] Fixed typo (#16416) --- docs/install/npmrc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/npmrc.md b/docs/install/npmrc.md index 3153dd6feb..cf7f8ac1f4 100644 --- a/docs/install/npmrc.md +++ b/docs/install/npmrc.md @@ -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`: