Pascal Verdage 3 年之前
父節點
當前提交
b71d9bfdc2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/modules/ROOT/pages/servlet/oauth2/resource-server/bearer-tokens.adoc

+ 1 - 1
docs/modules/ROOT/pages/servlet/oauth2/resource-server/bearer-tokens.adoc

@@ -96,7 +96,7 @@ http {
 
 == Bearer Token Propagation
 
-Now that you're resource server has validated the token, it might be handy to pass it to downstream services.
+Now that your resource server has validated the token, it might be handy to pass it to downstream services.
 This is quite simple with `{security-api-url}org/springframework/security/oauth2/server/resource/web/reactive/function/client/ServletBearerExchangeFilterFunction.html[ServletBearerExchangeFilterFunction]`, which you can see in the following example:
 
 ====