fix typo
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 @@
                                 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')}.")
                                 }
                             }