From f9819ed1b7c70f1b1829024f2c41f5a0af7bc2e0 Mon Sep 17 00:00:00 2001 From: Avishagp Date: Tue, 21 Nov 2023 11:35:23 +0000 Subject: [PATCH] chore: use clearer phrasing on how to get slugname --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6cd2dd0ce..fb321914a 100644 --- a/package.json +++ b/package.json @@ -115,7 +115,7 @@ }, "snyk.advanced.organization": { "type": "string", - "markdownDescription": "Specifies an organization slug name to run tests for that organization. \n\nNote: the value must match the URL slug as displayed in the URL of your org in the Snyk UI: `https://app.snyk.io/org/[orgslugname]`. If not specified, preferred organization as defined in your [web account settings](https://app.snyk.io/account) is used to run tests.", + "markdownDescription": "Specifies an organization slug name to run tests for that organization. \n\nNote: The slug name can be extracted from the URL of your organization in the Snyk UI: `https://app.snyk.io/org/[orgslugname]`. If not specified, preferred organization as defined in your [web account settings](https://app.snyk.io/account) is used to run tests.", "scope": "window" }, "snyk.advanced.tokenStorage": {