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:
parent
1d1d32c0f1
commit
bd27fb00f3
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user