From c97edf2bd0fe117745a8f01a11d4587ccaf1264f Mon Sep 17 00:00:00 2001 From: Harpreet Singh Date: Wed, 27 Nov 2024 22:15:42 +0530 Subject: [PATCH] Fix typo in documentation: change 'select the write' to 'select the right. Closes gh-16178 --- docs/modules/ROOT/pages/whats-new.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/whats-new.adoc b/docs/modules/ROOT/pages/whats-new.adoc index f62f720861..6ab1d5da2a 100644 --- a/docs/modules/ROOT/pages/whats-new.adoc +++ b/docs/modules/ROOT/pages/whats-new.adoc @@ -223,7 +223,7 @@ class SecurityConfig { == SAML 2.0 * Added xref:servlet/saml2/opensaml.adoc[OpenSAML 5 Support]. -Now you can use either OpenSAML 4 or OpenSAML 5; by default, Spring Security will select the write implementations based on what's on your classpath. +Now you can use either OpenSAML 4 or OpenSAML 5; by default, Spring Security will select the right implementations based on what's on your classpath. * Using EntityIDs for the `registrationId` is simplified. + A common pattern is to identify asserting parties by their `entityID`.