Skip to content

Commit

Permalink
Corrected the spelling of "environment" in the comment
Browse files Browse the repository at this point in the history
Signed-off-by: Hertz Hu <[email protected]>
  • Loading branch information
Hertz-Hu authored Jul 10, 2024
1 parent 8c63446 commit 6ff1af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion User-Lookup/get_users_with_bearer_token.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os
import json

# To set your enviornment variables in your terminal run the following line:
# To set your environment variables in your terminal run the following line:
# export 'BEARER_TOKEN'='<your_bearer_token>'
bearer_token = os.environ.get("BEARER_TOKEN")

Expand Down

0 comments on commit 6ff1af6

Please sign in to comment.