Преглед на файлове

Fix typo in digest.adoc

Closes gh-10304
heqiang преди 4 години
родител
ревизия
131078dcae
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      docs/manual/src/docs/asciidoc/_includes/servlet/authentication/unpwd/digest.adoc

+ 1 - 1
docs/manual/src/docs/asciidoc/_includes/servlet/authentication/unpwd/digest.adoc

@@ -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