From 25cff0b4ace5333235b3d8c4c7a93122259a0c12 Mon Sep 17 00:00:00 2001 From: Fabien Caylus Date: Wed, 3 Feb 2021 19:27:57 +0100 Subject: [PATCH] Fix wrong possessive adjective used for Alice Based on her name and the next sentence, Alice is a woman. So I believe "her" should be used instead. --- .../topics/service-authorization-obtaining-permission-uma.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authorization_services/topics/service-authorization-obtaining-permission-uma.adoc b/authorization_services/topics/service-authorization-obtaining-permission-uma.adoc index 75ba257982..6e8337f6f8 100644 --- a/authorization_services/topics/service-authorization-obtaining-permission-uma.adoc +++ b/authorization_services/topics/service-authorization-obtaining-permission-uma.adoc @@ -23,7 +23,7 @@ Resource owners are allowed to manage permissions to their resources and decide {project_name} is a UMA 2.0 compliant authorization server that provides most UMA capabilities. -As an example, consider a user Alice (resource owner) using an Internet Banking Service (resource server) to manage his Bank Account (resource). One day, Alice decides +As an example, consider a user Alice (resource owner) using an Internet Banking Service (resource server) to manage her Bank Account (resource). One day, Alice decides to open her bank account to Bob (requesting party), a accounting professional. However, Bob should only have access to view (scope) Alice's account. As a resource server, the Internet Banking Service must be able to protect Alice's Bank Account. For that, it relies on {project_name}