fixing canonical misspelling for FREEMARKER-11
diff --git a/src/main/org/freemarker/docgen/templates/page.ftlh b/src/main/org/freemarker/docgen/templates/page.ftlh
index 9c548a9..fc70ec8 100644
--- a/src/main/org/freemarker/docgen/templates/page.ftlh
+++ b/src/main/org/freemarker/docgen/templates/page.ftlh
@@ -69,7 +69,7 @@
     <#local urlPath = CreateLinkFromID(.node.@id)>
     <#local canonicalUrl = deployUrl?ensureEndsWith("/") + urlPath?removeBeginning("/")>
     <meta property="og:url" content="${canonicalUrl}">
-    <link rel="canoical" href="${canonicalUrl}">
+    <link rel="canonical" href="${canonicalUrl}">
   </#if>
 </#macro>