summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris May <chris@may.org>2020-06-01 14:51:54 -0400
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-06-01 20:52:56 +0200
commit9297a3e6275ed13bfaecc147644960906ed5063b (patch)
treebb860301a4798528fc21bb47fe92b0d4833f01b2
parent2638627db45766a300279197b2d6f299a5ea841f (diff)
[3.0.x] Fixed typo in docs/ref/templates/language.txt.
Backport of ecaac9e42f497be04ddc72dfebb6e397ccca9517 from master
-rw-r--r--docs/ref/templates/language.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/templates/language.txt b/docs/ref/templates/language.txt
index 222218b2ad..1fc1cadc12 100644
--- a/docs/ref/templates/language.txt
+++ b/docs/ref/templates/language.txt
@@ -710,5 +710,5 @@ This is a feature for the sake of maintainability and sanity.
.. seealso::
:doc:`The Templates Reference </ref/templates/index>`
- Covers built-in tags, built-in filters, using an alternative template,
+ Covers built-in tags, built-in filters, using an alternative template
language, and more.