summaryrefslogtreecommitdiffstats
path: root/docs/content/en/variables/files.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/variables/files.md')
-rw-r--r--docs/content/en/variables/files.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/variables/files.md b/docs/content/en/variables/files.md
index 1769fa688..d8f3daece 100644
--- a/docs/content/en/variables/files.md
+++ b/docs/content/en/variables/files.md
@@ -40,7 +40,7 @@ The `.File` object contains the following fields:
: the filename without extension (e.g., `foo.en`)
.File.Ext
-: the file extension of the content file (e.g., `md`); this can also be called using `.File.Extension` as well. Note that it is *only* the extension without `.`.
+: the file extension of the content file (e.g., `md`).
.File.Lang
: the language associated with the given file if Hugo's [Multilingual features][multilingual] are enabled (e.g., `en`)