Skip to content

Commit

Permalink
Merge pull request #21 from beAGoodQE/bugfix/typo
Browse files Browse the repository at this point in the history
fixed andy typo
  • Loading branch information
jlantz authored Aug 8, 2024
2 parents 94e21a2 + fbfeb6a commit 59d04ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 59d04ba

Please sign in to comment.