From 4b1f7d5549e5b0c87a8d939df9bbb60130a4bc22 Mon Sep 17 00:00:00 2001 From: Nate Barbettini Date: Mon, 19 Aug 2024 11:27:39 -0700 Subject: [PATCH] nit: remove comma (#34349) Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com> --- data/reusables/user-settings/token_access_capabilities.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/reusables/user-settings/token_access_capabilities.md b/data/reusables/user-settings/token_access_capabilities.md index 5ecd623d8581..dcfa39a13a97 100644 --- a/data/reusables/user-settings/token_access_capabilities.md +++ b/data/reusables/user-settings/token_access_capabilities.md @@ -1 +1 @@ -A token has the same capabilities to access resources and perform actions on those resources, that the owner of the token has, and is further limited by any scopes or permissions granted to the token. A token cannot grant additional access capabilities to a user. +A token has the same capabilities to access resources and perform actions on those resources that the owner of the token has, and is further limited by any scopes or permissions granted to the token. A token cannot grant additional access capabilities to a user.