Skip to content

Commit b71d9bf

Browse files
natremeleftherias
authored andcommitted
Fix typo
1 parent 057f4a8 commit b71d9bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ http {
9696

9797
== Bearer Token Propagation
9898

99-
Now that you're resource server has validated the token, it might be handy to pass it to downstream services.
99+
Now that your resource server has validated the token, it might be handy to pass it to downstream services.
100100
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:
101101

102102
====

0 commit comments

Comments
 (0)