Skip to content

Commit a7d5020

Browse files
authored
Fix typo in guidance-for-the-configuration-of-private-registries-for-… (github#34996)
1 parent fd1fe1e commit a7d5020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/code-security/dependabot/working-with-dependabot/guidance-for-the-configuration-of-private-registries-for-dependabot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ If there is no global registry defined in a `.npmrc` file, you can set `replaces
318318

319319
{% data reusables.dependabot.access-private-dependencies-link %}
320320

321-
For scoped dependencies (`@my-org/my-dep`), {% data variables.product.prodname_dependabot %} requires that the private registry is defined in the project's `.npmrc file`. To define private registries for individual scopes, use `@myscope:registry=https://private_registry_url`.
321+
For scoped dependencies (`@my-org/my-dep`), {% data variables.product.prodname_dependabot %} requires that the private registry is defined in the project's `.npmrc` file. To define private registries for individual scopes, use `@myscope:registry=https://private_registry_url`.
322322

323323
Registries should be configured using the `https` protocol.
324324

0 commit comments

Comments
 (0)