docs(nx-dev): normalize casing in text for consistency (#30945)

Updated "Learn more" to "learn more" and "SOC-2" to "SOC 2" to ensure uniform text formatting and alignment with standard practices.
This commit is contained in:
Benjamin Cabanes 2025-04-30 12:46:28 -04:00 committed by GitHub
parent 1d1d32c0f1
commit bd27fb00f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -77,7 +77,7 @@ export function RemoteCacheSolutions(): ReactElement {
title="Remote caching security" title="Remote caching security"
className="font-semibold underline" className="font-semibold underline"
> >
Learn more learn more
</Link> </Link>
) )
</span> </span>
@ -88,7 +88,7 @@ export function RemoteCacheSolutions(): ReactElement {
className="h-6 w-5 flex-none text-blue-600 dark:text-sky-500" className="h-6 w-5 flex-none text-blue-600 dark:text-sky-500"
/> />
<span> <span>
SOC-2 compliant ( SOC 2 compliant (
<a <a
href="https://security.nx.app/" href="https://security.nx.app/"
title="Check our SOC 2 security report" title="Check our SOC 2 security report"
@ -198,7 +198,7 @@ export function RemoteCacheSolutions(): ReactElement {
className="h-6 w-5 flex-none text-yellow-600 dark:text-yellow-500" className="h-6 w-5 flex-none text-yellow-600 dark:text-yellow-500"
/> />
<span> <span>
Not recommended for organizations requiring HIPAA or SOC-2 Not recommended for organizations requiring HIPAA or SOC 2
compliance ( compliance (
<Link <Link
href="/enterprise/security" href="/enterprise/security"
@ -206,7 +206,7 @@ export function RemoteCacheSolutions(): ReactElement {
title="Remote caching security" title="Remote caching security"
className="font-semibold underline" className="font-semibold underline"
> >
Learn more learn more
</Link> </Link>
) )
</span> </span>