Przeglądaj źródła

npm-{login,logout}: update page (#14857)

Lena 3 miesięcy temu
rodzic
commit
3a97d7dc7a
2 zmienionych plików z 7 dodań i 7 usunięć
  1. 4 4
      pages/common/npm-login.md
  2. 3 3
      pages/common/npm-logout.md

+ 4 - 4
pages/common/npm-login.md

@@ -1,17 +1,17 @@
 # npm login
 
-> Login to a registry user account.
+> Log in to a registry user account.
 > See also: `npm logout` for logging out.
 > More information: <https://docs.npmjs.com/cli/commands/npm-login>.
 
-- Login to a registry user account and save the credentials to the `.npmrc` file:
+- Log in to a registry user account and save the credentials to the `.npmrc` file:
 
 `npm login`
 
-- Login using a custom registry:
+- Log in using a custom registry:
 
 `npm login --registry={{registry_url}}`
 
-- Login using a specific authentication strategy:
+- Log in using a specific authentication strategy:
 
 `npm login --auth-type={{legacy|web}}`

+ 3 - 3
pages/common/npm-logout.md

@@ -1,13 +1,13 @@
 # npm logout
 
-> Logout of the registry user account.
+> Log out of the registry user account.
 > See also: `npm login` for logging in.
 > More information: <https://docs.npmjs.com/cli/commands/npm-logout>.
 
-- Logout of the registry user account:
+- Log out of the registry user account:
 
 `npm logout`
 
-- Logout using a custom registry:
+- Log out using a custom registry:
 
 `npm logout --registry={{registry_url}}`