This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 31a3076 fix typo
31a3076 is described below
commit 31a3076ce03adf7182292ae45851034dbd2ef6f7
Author: Paul King <[email protected]>
AuthorDate: Sun Aug 2 20:39:25 2020 +1000
fix typo
---
site/src/site/pages/404.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/site/src/site/pages/404.groovy b/site/src/site/pages/404.groovy
index 283d3b6..de347de 100644
--- a/site/src/site/pages/404.groovy
+++ b/site/src/site/pages/404.groovy
@@ -15,7 +15,7 @@ layout 'layouts/main.groovy', true,
ul {
li("The ${$a(href:
latestDocURL('documentation'), 'reference documentation')} of the Groovy
language.")
li("The latest ${$a(href:
latestDocURL('api'), 'Javadocs')} of the language.")
- li("The latest ${$a(href:
latestDocURL('gapi'), 'Groovdocs')} of the language.")
+ li("The latest ${$a(href:
latestDocURL('gapi'), 'Groovydocs')} of the language.")
li("Description of ${$a(href:
latestDocURL('groovy-jdk'), 'the Groovy development kit APIs')}.")
}
}