Skip to content

Commit

Permalink
typo/better spelling
Browse files Browse the repository at this point in the history
Prior of sourcing -> Prior to sourcing
  • Loading branch information
razo7 committed Sep 23, 2024
1 parent d1b3165 commit acb1b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/prepare-a-shared-rp-development-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ Generate new key/certificate files using an helper utility, and when these files
```bash
# use a unique prefix for Azure resources when it is set, otherwise use your user's name
cat >secrets/env <<EOF
######## Prior of sourcing the file the following env vars must be set: ########
########Prior to sourcing the file the following env vars must be set: ########
######## AZURE_PREFIX, LOCATION, ADMIN_OBJECT_ID, RESOURCEGROUP, and PARENT_DOMAIN_NAME ########
export AZURE_PREFIX="${AZURE_PREFIX:-$USER}"
export ADMIN_OBJECT_ID="$ADMIN_OBJECT_ID"
Expand Down

0 comments on commit acb1b1d

Please sign in to comment.