This is an automated email from the ASF dual-hosted git repository.
fpapon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shiro-site.git
The following commit(s) were added to refs/heads/master by this push:
new ea6c562 Fixed a typo
new ab5a9ef Merge pull request #49 from IlyaGerasimets/patch-1
ea6c562 is described below
commit ea6c562d88bda97df9e3af951051f802a0e3dafb
Author: Ilya Gerasimets <[email protected]>
AuthorDate: Fri Sep 27 12:14:33 2019 -0700
Fixed a typo
---
java-authentication-guide.md.vtl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java-authentication-guide.md.vtl b/java-authentication-guide.md.vtl
index 4948c82..08afe5b 100644
--- a/java-authentication-guide.md.vtl
+++ b/java-authentication-guide.md.vtl
@@ -104,7 +104,7 @@ You can take that method call and wrap it in a try/catch
block and you can catch
"Remember Me" Support
---------------------
-As shown in the example above, Shiro supports the notion of "remember me" in
adition to the normal login process.
+As shown in the example above, Shiro supports the notion of "remember me" in
addition to the normal login process.
In Shiro, the Subject object supports two methods :
[`isRemembered()`](static/current/apidocs/org/apache/shiro/subject/Subject.html#[[#]]#isRemembered--)
and
[`isAuthenticated()`](static/current/apidocs/org/apache/shiro/subject/Subject.html#[[#]]#isAuthenticated--).