Skip to content

Commit 3e94a66

Browse files
author
Rami Bououni
committed
acro score
1 parent 04124fa commit 3e94a66

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/artifacts/get-started-npm.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ With Azure Artifacts, you can publish and download npm packages from both your o
2727

2828
## Connect to a feed
2929

30-
Azure Artifacts recommends using two separate *.npmrc* files. The first should be kept locally in the *$HOME* directory (Linux/macOS) or *$env.HOME* (Windows) to securely store your credentials. This allows the npm client to access your credentials for authentication.
30+
Azure Artifacts recommends using two separate configuration files. The first should be kept locally in the *$HOME* directory (Linux/macOS) or *$env.HOME* (Windows) to securely store your credentials. This allows the npm client to access your credentials for authentication.
3131

32-
In this section, you'll configure the second *.npmrc* file, which should be placed in the same directory as your *package.json* file.
32+
In this section, you'll configure the second *npmrc* file, which should be placed in the same directory as your *package.json* file.
3333

34-
This setup lets you to share your configuration file without exposing your credentials.
34+
This setup lets you share your configuration file without exposing your credentials.
3535

3636
::: moniker range="azure-devops"
3737

@@ -84,7 +84,7 @@ This setup lets you to share your configuration file without exposing your crede
8484
::: moniker-end
8585

8686
> [!IMPORTANT]
87-
> npm supports only a single `registry` setting in your *.npmrc* file. To use multiple registries, you must use [upstream sources](npm/upstream-sources.md) or [scopes](npm/scopes.md).
87+
> Npm supports only a single `registry` setting in your *npmrc* file. To use multiple registries, you must use [upstream sources](npm/upstream-sources.md) or [scopes](npm/scopes.md).
8888
8989
## Publish packages to your feed
9090

0 commit comments

Comments
 (0)