Skip to content

Commit

Permalink
fix: jsdoc error
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Nov 22, 2023
1 parent d737b16 commit 985c2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/org.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
/**
Expand Down

0 comments on commit 985c2f6

Please sign in to comment.