Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Working with the npm registry
title: Working with the npm registry systems
intro: 'You can configure npm to publish packages to {% data variables.product.prodname_registry %} and to use packages stored on {% data variables.product.prodname_registry %} as dependencies in an npm project.'
product: '{% data reusables.gated-features.packages %}'
redirect_from:
Expand Down Expand Up @@ -231,7 +231,7 @@ If your instance has subdomain isolation enabled:
```

{% ifversion ghes %}
If your instance has subdomain isolation disabled:
If your instance's subdomain isolation is disabled:

```shell
@NAMESPACE:registry=https://HOSTNAME/_registry/npm
Expand Down