Skip to content

Commit acbf34b

Browse files
authored
Fixed typo (#16416)
1 parent 4092b27 commit acbf34b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/install/npmrc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Bun supports loading configuration options from [`.npmrc`](https://docs.npmjs.co
1010

1111
### `registry`: Set the default registry
1212

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

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

0 commit comments

Comments
 (0)