diff --git a/User-Lookup/get_users_with_bearer_token.py b/User-Lookup/get_users_with_bearer_token.py index c751f58..e1391f2 100644 --- a/User-Lookup/get_users_with_bearer_token.py +++ b/User-Lookup/get_users_with_bearer_token.py @@ -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'='' bearer_token = os.environ.get("BEARER_TOKEN")