diff --git a/content/en/methods/page/AllTranslations.md b/content/en/methods/page/AllTranslations.md
index 7fb996622..51d82d4f9 100644
--- a/content/en/methods/page/AllTranslations.md
+++ b/content/en/methods/page/AllTranslations.md
@@ -63,9 +63,9 @@ And this template:
{{ with .AllTranslations }}
{{ end }}
diff --git a/content/en/methods/page/Translations.md b/content/en/methods/page/Translations.md
index ae853fe24..597a9aeb6 100644
--- a/content/en/methods/page/Translations.md
+++ b/content/en/methods/page/Translations.md
@@ -63,9 +63,9 @@ And this template:
{{ with .Translations }}
{{ end }}
diff --git a/content/en/methods/site/Language.md b/content/en/methods/site/Language.md
index 9ef70c4fb..5dd07ec4f 100644
--- a/content/en/methods/site/Language.md
+++ b/content/en/methods/site/Language.md
@@ -68,16 +68,10 @@ Some of the methods above are commonly used in a base template as attributes for
```go-html-template