docs: fix minor typos in 2FA docs (#1705)
<!-- What / Why --> <!-- Describe the request in detail. What it does and why it's being changed. --> Some small typos found while reading the documentation. --------- Co-authored-by: Michael Smith <owlstronaut@github.com>
Mattias Kindborg committed
Sep 3, 2025 at 22:47 UTC
c52a0eb7fb2d69c3471aaa45b63e5c1a75ec4e06
1 file changed
+2
-2
content/organizations/creating-and-managing-organizations/requiring-two-factor-authentication-in-your-organization.mdx
+2
-2
@@ -4,7 +4,7 @@ title: Requiring two-factor authentication in your organization
4
5
import shared from '~/shared.js'
6
7
-Organization owners can require organization members to enable two-factor authentication for their personal accounts, making it harder for malicious actors to access an organization's packages and settings
7
+Organization owners can require organization members to enable two-factor authentication for their personal accounts, making it harder for malicious actors to access an organization's packages and settings.
8
9
## About two-factor authentication for organizations
10
@@ -24,7 +24,7 @@ Two-factor authentication (2FA) is an extra layer of security used when logging
24
25
Before you can require organization members to use two-factor authentication, you must enable two-factor authentication for your account on npm. For more information, see ["Configuring two-factor authentication"][configure-2fa].
26
27
-Before you require use of two-factor authentication, we recommend notifying organization members and asking them to set up 2FA for their accounts. You can see if members already use 2Fa in the organizations members page.
27
+Before you require use of two-factor authentication, we recommend notifying organization members and asking them to set up 2FA for their accounts. You can see if members already use 2FA in the organization's members page.
28
29
## Requiring two-factor authentication in your organization
30