You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bd...@apache.org on 2018/05/04 19:27:29 UTC

[03/12] shiro-site git commit: Update java-authentication-guide.md.vtl

Update java-authentication-guide.md.vtl

remove needless word。

Project: http://git-wip-us.apache.org/repos/asf/shiro-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/shiro-site/commit/ad503e5b
Tree: http://git-wip-us.apache.org/repos/asf/shiro-site/tree/ad503e5b
Diff: http://git-wip-us.apache.org/repos/asf/shiro-site/diff/ad503e5b

Branch: refs/heads/master
Commit: ad503e5bba001eb5969521569adfe79ed2eb9ce3
Parents: d656e5a
Author: CodeloveCode <fo...@163.com>
Authored: Wed Nov 8 22:08:11 2017 +0800
Committer: GitHub <no...@github.com>
Committed: Wed Nov 8 22:08:11 2017 +0800

----------------------------------------------------------------------
 java-authentication-guide.md.vtl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/shiro-site/blob/ad503e5b/java-authentication-guide.md.vtl
----------------------------------------------------------------------
diff --git a/java-authentication-guide.md.vtl b/java-authentication-guide.md.vtl
index 8dabaa2..ed29ba4 100644
--- a/java-authentication-guide.md.vtl
+++ b/java-authentication-guide.md.vtl
@@ -10,7 +10,7 @@ The goal of this guide is to walk you through how Authentication in Java is perf
 Terminology you'll need
 -----------------------
 
-*   **Subject** - Security specific user 'view' of an application user. It can be a human being, a third-party process, a server connecting to you application application, or even a cron job. Basically, it is anything or anyone communicating with your application.
+*   **Subject** - Security specific user 'view' of an application user. It can be a human being, a third-party process, a server connecting to you application, or even a cron job. Basically, it is anything or anyone communicating with your application.
 
 *   **Principals** - A subjects identifying attributes. First name, last name, social security number, username