From dd7f953e1d8a26187cd8dedb84ff8fbe71f1d656 Mon Sep 17 00:00:00 2001 From: n Date: Mon, 14 Jun 2021 19:26:51 +0900 Subject: [PATCH] Fix typo --- content/advanced/access-token.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/advanced/access-token.md b/content/advanced/access-token.md index 06e831f..c6f1269 100644 --- a/content/advanced/access-token.md +++ b/content/advanced/access-token.md @@ -33,6 +33,6 @@ Your access token has now been generated! Copy your token and store it securely. > Be sure to generate new access tokens for each app you use, and delete them once they are not in use. ## Deleting an Access Token -Once you are done using an access token, you should delete an access token. Deleting an access token revokes access to your account for apps using the token. +Once you are done using an access token, you should delete it. Deleting an access token revokes access to your account for apps using the token. To delete an access token, click the red `Delete` button next to the access token you want to delete, then click `Yes` in the popup. Your access token is now deleted. \ No newline at end of file