From 985c2f6b8fa90ee5302ecb84a07df8c4e2f214a4 Mon Sep 17 00:00:00 2001 From: mshanemc Date: Wed, 22 Nov 2023 11:17:17 -0600 Subject: [PATCH] fix: jsdoc error --- src/org/org.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/org/org.ts b/src/org/org.ts index 4910bc1095..bd55f40b90 100644 --- a/src/org/org.ts +++ b/src/org/org.ts @@ -1564,7 +1564,7 @@ export namespace Org { */ IS_SCRATCH = 'isScratch', /** - * Is the current org a dev hub org. e.g. Organization has IsSandbox == true and TrialExpirationDate == null. + * Is the current org a sandbox (not a scratch org on a non-prod instance), but an actual Sandbox org). e.g. Organization has IsSandbox == true and TrialExpirationDate == null. */ IS_SANDBOX = 'isSandbox', /**