From bd27fb00f39440fda8742456590f86a958a81f12 Mon Sep 17 00:00:00 2001 From: Benjamin Cabanes <3447705+bcabanes@users.noreply.github.com> Date: Wed, 30 Apr 2025 12:46:28 -0400 Subject: [PATCH] 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. --- nx-dev/ui-remote-cache/src/lib/remote-cache-solutions.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nx-dev/ui-remote-cache/src/lib/remote-cache-solutions.tsx b/nx-dev/ui-remote-cache/src/lib/remote-cache-solutions.tsx index 2e20182653..a11f5183e8 100644 --- a/nx-dev/ui-remote-cache/src/lib/remote-cache-solutions.tsx +++ b/nx-dev/ui-remote-cache/src/lib/remote-cache-solutions.tsx @@ -77,7 +77,7 @@ export function RemoteCacheSolutions(): ReactElement { title="Remote caching security" className="font-semibold underline" > - Learn more + learn more ) @@ -88,7 +88,7 @@ export function RemoteCacheSolutions(): ReactElement { className="h-6 w-5 flex-none text-blue-600 dark:text-sky-500" /> - SOC-2 compliant ( + SOC 2 compliant ( - Not recommended for organizations requiring HIPAA or SOC-2 + Not recommended for organizations requiring HIPAA or SOC 2 compliance ( - Learn more + learn more )