This is an automated email from the ASF dual-hosted git repository.
fpapon 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 494d38d31 [DOC] Fix typo (#244)
494d38d31 is described below
commit 494d38d3132090c03f768d7d597a44b556f3fc9c
Author: John Bampton <[email protected]>
AuthorDate: Sun Oct 19 22:53:21 2025 +1000
[DOC] Fix typo (#244)
---
src/site/content/10-minute-tutorial.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/site/content/10-minute-tutorial.adoc
b/src/site/content/10-minute-tutorial.adoc
index dcdabc99a..de971b173 100644
--- a/src/site/content/10-minute-tutorial.adoc
+++ b/src/site/content/10-minute-tutorial.adoc
@@ -43,7 +43,7 @@ Shiro can be run in any environment, from the simplest
command line application
== Download
1. Ensure you have JDK 1.8+ and Maven 3.0.3+ installed.
-2. Download the lastest "Source Code Distribution" from the
link:download.html[Download] page.
+2. Download the latest "Source Code Distribution" from the
link:download.html[Download] page.
In this example, we're using the ${versions.latestRelease} release
distribution.
3. Unzip the source package:
+