This is an automated email from the ASF dual-hosted git repository.

bmarwell pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shiro-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 1f0451491 [Doc] Fixed: duplicate word issue on the confiration page
     new 1a5613fae Merge pull request #171 from ymaheshwari1/patch-2
1f0451491 is described below

commit 1f045149185b181212b0766817d0388238f57d1f
Author: Yash Maheshwari <[email protected]>
AuthorDate: Mon Sep 5 16:02:31 2022 +0530

    [Doc] Fixed: duplicate word issue on the confiration page
---
 src/site/content/configuration.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/site/content/configuration.adoc 
b/src/site/content/configuration.adoc
index c43c9a25b..6643c3e1a 100644
--- a/src/site/content/configuration.adoc
+++ b/src/site/content/configuration.adoc
@@ -200,7 +200,7 @@ myRealm = com.company.shiro.realm.MyRealm
 
 This line instantiates a new object instance of type 
`com.company.shiro.realm.MyRealm` and makes that object available under the 
*myRealm* name for further reference and configuration.
 
-If the object instantiated implements the `org.apache.shiro.util.Nameable` 
interface, then the the `Nameable.setName` method will be invoked on the object 
with the name value ( *`myRealm`* in this example).
+If the object instantiated implements the `org.apache.shiro.util.Nameable` 
interface, then the `Nameable.setName` method will be invoked on the object 
with the name value ( *`myRealm`* in this example).
 
 
[#Configuration-INIConfiguration-Sections-Main-DefiningObject-SettingProperties]
 ===== Setting object properties
@@ -517,4 +517,4 @@ If you have roles that don't require permission 
associations, you don't need to
 [#Configuration-INIConfiguration-Sections-urls]
 ==== `[urls]`
 
-This section and its options is described in the link:web.html[Web] chapter.
\ No newline at end of file
+This section and its options is described in the link:web.html[Web] chapter.

Reply via email to