From 0663d5199b9836964bc01a4b4e19775b21961ae8 Mon Sep 17 00:00:00 2001 From: Christian <47760138+anno1985@users.noreply.github.com> Date: Mon, 14 Oct 2019 18:07:00 +0200 Subject: [PATCH] fixes typo --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index bad02e6..2005904 100644 --- a/README.adoc +++ b/README.adoc @@ -186,7 +186,7 @@ chain of `AccessDecisionVoter`, a bit like the `ProviderManager` delegates to `AuthenticationProviders`. An `AccessDecisionVoter` considers an `Authentication` (representing a -principal) and a secure `Object` which as been decorated with +principal) and a secure `Object` which has been decorated with `ConfigAttributes`: [source, java]