From 6ff1af644ca5cdf040ea334f7fd2c54067eaf755 Mon Sep 17 00:00:00 2001 From: Hertz Hu Date: Wed, 10 Jul 2024 11:20:33 +0800 Subject: [PATCH] Corrected the spelling of "environment" in the comment Signed-off-by: Hertz Hu --- User-Lookup/get_users_with_bearer_token.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")