浏览代码

Fix description of PasswordEncoder

artmiar 5 年之前
父节点
当前提交
e306482a96
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/manual/src/docs/asciidoc/_includes/servlet/architecture/core-services.adoc

+ 1 - 1
docs/manual/src/docs/asciidoc/_includes/servlet/architecture/core-services.adoc

@@ -78,7 +78,7 @@ Configuring the provider is quite simple:
 ----
 
 The `PasswordEncoder` is optional.
-A `PasswordEncoder` provides encoding and decoding of passwords presented in the `UserDetails` object that is returned from the configured `UserDetailsService`.
+A `PasswordEncoder` provides encoding and matching of encoded passwords presented in the `UserDetails` object that is returned from the configured `UserDetailsService`.
 This will be discussed in more detail <<core-services-password-encoding,below>>.