You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by fp...@apache.org on 2020/11/29 15:32:52 UTC

[shiro-site] branch master updated: fixed a typo at java-authentication-guide.md.vtl

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 15d894f  fixed a typo at java-authentication-guide.md.vtl
     new 6cf7acc  Merge pull request #72 from ivvve/patch-1
15d894f is described below

commit 15d894fa42c3a1cd0dd90d12d2421e7f569ac3c0
Author: devson <so...@gmail.com>
AuthorDate: Mon Nov 30 00:19:56 2020 +0900

    fixed a typo at java-authentication-guide.md.vtl
---
 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 08afe5b..4f1c8a4 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, 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 your 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