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 2016/12/16 19:03:49 UTC

shiro-site git commit: Modify a error in the description of step 6

Repository: shiro-site
Updated Branches:
  refs/heads/master c23d04094 -> 277c8ee7e


Modify a error in the description of step 6

Fixes: #3


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

Branch: refs/heads/master
Commit: 277c8ee7e7f71652c73874639a3a456cbb21964e
Parents: c23d040
Author: Finemi <fi...@qq.com>
Authored: Fri Dec 16 09:46:11 2016 +0800
Committer: Brian Demers <bd...@apache.org>
Committed: Fri Dec 16 11:02:49 2016 -0800

----------------------------------------------------------------------
 webapp-tutorial.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/shiro-site/blob/277c8ee7/webapp-tutorial.md
----------------------------------------------------------------------
diff --git a/webapp-tutorial.md b/webapp-tutorial.md
index a3ac7be..258e49d 100644
--- a/webapp-tutorial.md
+++ b/webapp-tutorial.md
@@ -687,7 +687,7 @@ Hit `ctl-C` to shut down the web app.
 
 In addition to controlling access based on authentication, it is often a requirement to restrict access to certain parts of the application based on what role(s) are assigned to the current `Subject`.
 
-Perform the following git checkout command to load the `step5` branch:
+Perform the following git checkout command to load the `step6` branch:
 
 ``` bash
 $ git checkout step6