From fbfeb6a91f9819a8ea723d8146e720f97ac2b0d6 Mon Sep 17 00:00:00 2001 From: Brian Kayser Date: Mon, 1 Apr 2024 06:18:00 -0400 Subject: [PATCH] fixed andy typo --- docs/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.md b/docs/tutorial.md index 9c1ba03..b660bd1 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -18,7 +18,7 @@ To do this, you can use sfdx either on your computer or via Codespaces. **via Codespaces** If you don't already have sfdx installed on your computer and connected to your DevHub, you can [use a Codespace](#launching-a-development-environment) to connect to the DevHub so you can get the sfdxAuthUrl. Simply launch a new Codespace from your D2X project repository then run: sfdx org login device --set-default-dev-hub --alias DevHub -**via sfdx** Assuming you already have sfdx installed on your computer and connected to your DevHub as the alias DevHub, you should be able to get the Sfdx Auth Url (starts with force://) by running sfdx org display -o DevHub --verbose andy copying the auth url (starts with force://, ends with .salesforce.com) +**via sfdx** Assuming you already have sfdx installed on your computer and connected to your DevHub as the alias DevHub, you should be able to get the Sfdx Auth Url (starts with force://) by running sfdx org display -o DevHub --verbose and copying the auth url (starts with force://, ends with .salesforce.com) ## GitHub Token