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 017f29e Fixed typo on index page
new a685f11 Merge pull request #63 from evfool/master
017f29e is described below
commit 017f29e479b502d49ae6026645ccbdf63c13aaa4
Author: evfool <[email protected]>
AuthorDate: Mon Jul 6 11:39:48 2020 +0300
Fixed typo on index page
Use sources instead of soucres.
---
index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
index b4ec159..28ded40 100644
--- a/index.html
+++ b/index.html
@@ -122,7 +122,7 @@
<h2 class="panel-title"> Authentication </h2>
</div>
<div class="panel-body">
- <p>Support logins across one or more pluggable data
soucres (LDAP, JDBC, Active Directory...</p>
+ <p>Support logins across one or more pluggable data
sources (LDAP, JDBC, Active Directory...</p>
<a href="authentication-features.html"><span
class="more">Read More >>></span></a>
</div>
</div>