Fix typo in digest.adoc

Closes gh-10304
This commit is contained in:
heqiang 2021-09-21 10:03:42 +08:00 committed by Joe Grandja
parent a5e4807912
commit 131078dcae
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ key: A private key to prevent modification of the nonce token
----
====
You will need to ensure you <<authentication-password-storage-configuration,configure>> insecure plain text <<authentication-password-storage,Password Storage>> using NoOpPasswordEncoder`.
You will need to ensure you <<authentication-password-storage-configuration,configure>> insecure plain text <<authentication-password-storage,Password Storage>> using `NoOpPasswordEncoder`.
The following provides an example of configuring Digest Authentication with Java Configuration:
.Digest Authentication