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 2017/06/22 20:11:18 UTC

[06/12] shiro-site git commit: missing word added

missing word added

Fixes: #19


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

Branch: refs/heads/master
Commit: adc5f311128accefe322ecac144d7f708df77588
Parents: 38619b0
Author: Jens Piegsa <pi...@gmail.com>
Authored: Wed May 10 19:46:02 2017 +0200
Committer: Brian Demers <bd...@apache.org>
Committed: Thu Jun 22 16:10:44 2017 -0400

----------------------------------------------------------------------
 architecture.md.vtl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/shiro-site/blob/adc5f311/architecture.md.vtl
----------------------------------------------------------------------
diff --git a/architecture.md.vtl b/architecture.md.vtl
index d5c309b..59b7b89 100644
--- a/architecture.md.vtl
+++ b/architecture.md.vtl
@@ -96,7 +96,7 @@ To simplify configuration and enable flexible configuration/pluggability, Shiro'
 
 While the components actually execute the logic, the `SecurityManager` implementation knows how and when to coordinate the components for the correct behavior.
 
-The `SecurityManager` implementations and are also JavaBeans compatible, which allows you (or a configuration mechanism) to easily customize the pluggable components via standard JavaBeans accessor/mutator methods (get*/set*).  This means the Shiro's architectural modularity can translate into very easy configuration for custom behavior.
+The `SecurityManager` implementations and and the components are also JavaBeans compatible, which allows you (or a configuration mechanism) to easily customize the pluggable components via standard JavaBeans accessor/mutator methods (get*/set*).  This means the Shiro's architectural modularity can translate into very easy configuration for custom behavior.
 
 #tip('Easy Configuration', 'Because of JavaBeans compatibility, it is very easy to configure the `SecurityManager` with custom components via any mechanism that supports JavaBeans-style configuration, such as <a href="spring.html" title="Spring">Spring</a>, Guice, JBoss, etc.')