From 9a4b356e3344e3b00acf2474cbefb8d43a67e07f Mon Sep 17 00:00:00 2001 From: Luis Crespo Date: Wed, 15 Jan 2025 15:18:46 +0100 Subject: [PATCH] Fixed typo "it's" is a shorthand for "it is". When you mean "belonging to it", the correct spelling is without the apostrophe. See https://theoatmeal.com/comics/apostrophe --- 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 3153dd6febcb54..cf7f8ac1f440ce 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`: