From 8eee286b01ee000e2ab184b62850310e516ffbe2 Mon Sep 17 00:00:00 2001 From: Christopher Klint Date: Mon, 11 Apr 2022 17:12:42 +0200 Subject: [PATCH] docs(cli-registry): fix sentence grammar (#3112) --- website/docs/cli-registry.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/cli-registry.md b/website/docs/cli-registry.md index 2139c95e6..c6ccaee99 100644 --- a/website/docs/cli-registry.md +++ b/website/docs/cli-registry.md @@ -119,7 +119,7 @@ npm config set always-auth true For defining a registry you must use the `.yarnrc.yml` located in the root of your project or global configuration. -When you publish a package the ``must be used, keep on mind the`publishConfig.registry`in the`package.json` will override this configuration. +When you publish a package the `npmRegistryServer` must be used. Keep in mind the `publishConfig.registry` in the `package.json` will override this configuration. ```yaml // .yarnrc.yml