From 2aaeac91f857ce4649a8602120dc30828d47b602 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Fri, 22 Sep 2023 00:11:33 +0900 Subject: [PATCH] Fix typo in README.md appropiate -> appropriate --- API Key Leaks/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API Key Leaks/README.md b/API Key Leaks/README.md index 3a07a180d0..26a3a9a752 100644 --- a/API Key Leaks/README.md +++ b/API Key Leaks/README.md @@ -224,7 +224,7 @@ A Mapbox API Token is a JSON Web Token (JWT). If the header of the JWT is `sk`, #Check token validity curl "https://api.mapbox.com/tokens/v2?access_token=YOUR_MAPBOX_ACCESS_TOKEN" -#Get list of all tokens associated with an account. (only works if the token is a Secret Token (sk), and has the appropiate scope) +#Get list of all tokens associated with an account. (only works if the token is a Secret Token (sk), and has the appropriate scope) curl "https://api.mapbox.com/tokens/v2/MAPBOX_USERNAME_HERE?access_token=YOUR_MAPBOX_ACCESS_TOKEN" ```