summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/safe/URL.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/functions/safe/URL.md')
-rw-r--r--docs/content/en/functions/safe/URL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/functions/safe/URL.md b/docs/content/en/functions/safe/URL.md
index 2ae67bd7f..2da6895e5 100644
--- a/docs/content/en/functions/safe/URL.md
+++ b/docs/content/en/functions/safe/URL.md
@@ -23,7 +23,7 @@ Without `safeURL`, only the URI schemes `http:`, `https:` and `mailto:` are cons
The following examples use a [site `hugo.toml`][configuration] with the following [menu entry][menus]:
{{< code-toggle file=hugo >}}
-[[menu.main]]
+[[menus.main]]
name = "IRC: #golang at freenode"
url = "irc://irc.freenode.net/#golang"
{{< /code-toggle >}}