From 7d7a1b95e12275d4cf10564b2c5daf58d8810d06 Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Thu, 20 Feb 2020 10:21:37 +0100 Subject: [PATCH] Update templates.rst Fixed 2 typos. --- templates.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates.rst b/templates.rst index 86ef37dce0c..0b8430b7ae9 100644 --- a/templates.rst +++ b/templates.rst @@ -800,8 +800,8 @@ template fragments. Configure that special URL in the ``fragments`` option: .. caution:: - Embedding controllers require making requests to those controllers and - rendering some templates as result. This can have a significant impact in + Embedding controllers requires making requests to those controllers and + rendering some templates as result. This can have a significant impact on the application performance if you embed lots of controllers. If possible, :doc:`cache the template fragment `.