summaryrefslogtreecommitdiffstats
path: root/docs/content/en/templates/template-debugging.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/templates/template-debugging.md')
-rw-r--r--docs/content/en/templates/template-debugging.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/templates/template-debugging.md b/docs/content/en/templates/template-debugging.md
index ef8e205da..b8938890f 100644
--- a/docs/content/en/templates/template-debugging.md
+++ b/docs/content/en/templates/template-debugging.md
@@ -40,7 +40,7 @@ This will print out a list of all the variables scoped to the current context
{{ printf "%#v" . }}
```
-When developing a [homepage][], what does one of the pages you're looping through look like?
+When developing a [homepage], what does one of the pages you're looping through look like?
```go-html-template
{{ range .Pages }}